#00ce7e

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

Shades of Caribbean Green #00CE7E

Tints of Caribbean Green #00CE7E

Color information

#00CE7E (or 0x00CE7E) is unknown color: approx Caribbean Green. HEX triplet: 00, CE and 7E. RGB value is (0,206,126). Sum of RGB (Red+Green+Blue) = 0+206+126=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CE7E is #FF3181. Grayscale: #878787. Windows color (decimal): -16724354 or 8310272. OLE color: 8310272.

HSL color Cylindrical-coordinate representation of color #00CE7E: hue angle of 156.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE7E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB0206126-
CMYK100.390.19
HSL156.7º100%40.39%-
HSV(B)156.7º100%80.78%-
XYZ25.8445.6527.19-
YUV135.29122.7531.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 206 (80.86% from 255) = 62.05%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=0%
G=62.05%
B=37.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal0206126100.390.19156.710040.39
Hex0CE7E64027139d6428
Octal03161761440472323514450
Binary01100111011111101100100010011110011100111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ce7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,206,126); }

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

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

 a { background-color: rgb(0,206,126); }

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

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

 span { border-color: rgb(0,206,126); }

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