#00c19c

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

Shades of Caribbean Green #00C19C

Tints of Caribbean Green #00C19C

Color information

#00C19C (or 0x00C19C) is unknown color: approx Caribbean Green. HEX triplet: 00, C1 and 9C. RGB value is (0,193,156). Sum of RGB (Red+Green+Blue) = 0+193+156=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #00C19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C19C is #FF3E63. Grayscale: #838383. Windows color (decimal): -16727652 or 10273024. OLE color: 10273024.

HSL color Cylindrical-coordinate representation of color #00C19C: hue angle of 168.5º 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 #00C19C is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB0193156-
CMYK100.190.24
HSL168.5º100%37.84%-
HSV(B)168.5º100%75.69%-
XYZ25.0740.5437.96-
YUV131.07142.0634.51-

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) = 55.30%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=0%
G=55.30%
B=44.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0193156100.190.24168.510037.84
Hex0C19C6401318a86426
Octal03012341440233025014446
Binary01100000110011100110010001001111000101010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00c19c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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