#00D697

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

Shades of Caribbean Green #00D697

Tints of Caribbean Green #00D697

Color information

#00D697 (or 0x00D697) is unknown color: approx Caribbean Green. HEX triplet: 00, D6 and 97. RGB value is (0,214,151). Sum of RGB (Red+Green+Blue) = 0+214+151=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #00D697 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D697 is #FF2968. Grayscale: #8E8E8E. Windows color (decimal): -16722281 or 9950720. OLE color: 9950720.

HSL color Cylindrical-coordinate representation of color #00D697: hue angle of 162.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D697 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB0214151-
CMYK100.290.16
HSL162.34º100%41.96%-
HSV(B)162.34º100%83.92%-
XYZ29.6350.3337.43-
YUV142.83132.626.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 214 (83.98% from 255) = 58.63%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=0%
G=58.63%
B=41.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal0214151100.290.16162.3410041.96
Hex0D6976401D10a2642a
Octal03262271440352024214452
Binary01101011010010111110010001110110000101000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,214,151); }

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

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

 a { background-color: rgb(0,214,151); }

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

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

 span { border-color: rgb(0,214,151); }

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