#07D68E

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

Shades of Caribbean Green #07D68E

Tints of Caribbean Green #07D68E

Color information

#07D68E (or 0x07D68E) is unknown color: approx Caribbean Green. HEX triplet: 07, D6 and 8E. RGB value is (7,214,142). Sum of RGB (Red+Green+Blue) = 7+214+142=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #07D68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D68E is #F82971. Grayscale: #8F8F8F. Windows color (decimal): -16263538 or 9360903. OLE color: 9360903.

HSL color Cylindrical-coordinate representation of color #07D68E: hue angle of 159.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D68E is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB7214142-
CMYK0.9700.340.16
HSL159.13º93.67%43.33%-
HSV(B)159.13º96.73%83.92%-
XYZ29.0250.0933.73-
YUV143.9126.9230.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.93%
GREEN value IS 214 (83.98% from 255) = 58.95%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=1.93%
G=58.95%
B=39.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72141420.9700.340.16159.1393.6743.33
Hex7D68E61022109f5e2b
Octal73262161410422023713653
Binary11111010110100011101100001010001010000100111111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07D68E; }

 p { color: rgb(7,214,142); }

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

<style>
 a { background-color: #07D68E; }

 a { background-color: rgb(7,214,142); }

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

<style>
 span { border-color: #07D68E; }

 span { border-color: rgb(7,214,142); }

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