#07CF8F

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

Shades of Caribbean Green #07CF8F

Tints of Caribbean Green #07CF8F

Color information

#07CF8F (or 0x07CF8F) is unknown color: approx Caribbean Green. HEX triplet: 07, CF and 8F. RGB value is (7,207,143). Sum of RGB (Red+Green+Blue) = 7+207+143=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CF8F is #F83070. Grayscale: #8B8B8B. Windows color (decimal): -16265329 or 9424647. OLE color: 9424647.

HSL color Cylindrical-coordinate representation of color #07CF8F: hue angle of 160.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF8F is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB7207143-
CMYK0.9700.310.19
HSL160.8º93.46%41.96%-
HSV(B)160.8º96.62%81.18%-
XYZ27.3646.6533.55-
YUV139.9129.7433.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.96%
GREEN value IS 207 (81.25% from 255) = 57.98%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=1.96%
G=57.98%
B=40.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72071430.9700.310.19160.893.4641.96
Hex7CF8F6101F13a15d2a
Octal73172171410372324113552
Binary1111100111110001111110000101111110011101000011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,207,143); }

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

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

 a { background-color: rgb(7,207,143); }

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

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

 span { border-color: rgb(7,207,143); }

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