#00C18C

Color #00C18C Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #00C18C

Tints of Caribbean Green #00C18C

Color information

#00C18C (or 0x00C18C) is unknown color: approx Caribbean Green. HEX triplet: 00, C1 and 8C. RGB value is (0,193,140). Sum of RGB (Red+Green+Blue) = 0+193+140=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #00C18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C18C is #FF3E73. Grayscale: #818181. Windows color (decimal): -16727668 or 9224448. OLE color: 9224448.

HSL color Cylindrical-coordinate representation of color #00C18C: hue angle of 163.52º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C18C is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB0193140-
CMYK100.270.24
HSL163.52º100%37.84%-
HSV(B)163.52º100%75.69%-
XYZ23.840.0331.28-
YUV129.25134.0635.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 57.96%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=0%
G=57.96%
B=42.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0193140100.270.24163.5210037.84
Hex0C18C6401B18a46426
Octal03012141440333024414446
Binary01100000110001100110010001101111000101001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C18C; }

 p { color: rgb(0,193,140); }

 H1.HeaderClassName
 {
   color: #00C18C;
 }
 .AnyTagClassName
 {
   color: #00C18C;
 }
</style>
background-color css

<style>
 a { background-color: #00C18C; }

 a { background-color: rgb(0,193,140); }

 div.DivClassName
 {
   background-color: #00C18C;
 }
 .BgClassName
 {
   background-color: #00C18C;
 }
</style>
border-color css

<style>
 span { border-color: #00C18C; }

 span { border-color: rgb(0,193,140); }

 td.TdClassName
 {
   border-color: #00C18C;
 }
 .TagClassName
 {
   border-color: #00C18C;
 }
</style>