#07C2A6

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

Shades of Caribbean Green #07C2A6

Tints of Caribbean Green #07C2A6

Color information

#07C2A6 (or 0x07C2A6) is unknown color: approx Caribbean Green. HEX triplet: 07, C2 and A6. RGB value is (7,194,166). Sum of RGB (Red+Green+Blue) = 7+194+166=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #07C2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C2A6 is #F83D59. Grayscale: #868686. Windows color (decimal): -16268634 or 10928647. OLE color: 10928647.

HSL color Cylindrical-coordinate representation of color #07C2A6: hue angle of 171.02º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C2A6 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB7194166-
CMYK0.9600.140.24
HSL171.02º93.03%39.41%-
HSV(B)171.02º96.39%76.08%-
XYZ26.2641.3842.68-
YUV134.9145.5536.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.91%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=1.91%
G=52.86%
B=45.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71941660.9600.140.24171.0293.0339.41
Hex7C2A6600E18ab5d27
Octal73022461400163025313547
Binary111110000101010011011000000111011000101010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,194,166); }

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

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

 a { background-color: rgb(7,194,166); }

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

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

 span { border-color: rgb(7,194,166); }

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