#07CAAC

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

Shades of Caribbean Green #07CAAC

Tints of Caribbean Green #07CAAC

Color information

#07CAAC (or 0x07CAAC) is unknown color: approx Caribbean Green. HEX triplet: 07, CA and AC. RGB value is (7,202,172). Sum of RGB (Red+Green+Blue) = 7+202+172=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #07CAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CAAC is #F83553. Grayscale: #8C8C8C. Windows color (decimal): -16266580 or 11323911. OLE color: 11323911.

HSL color Cylindrical-coordinate representation of color #07CAAC: hue angle of 170.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAAC is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB7202172-
CMYK0.9700.150.21
HSL170.77º93.3%40.98%-
HSV(B)170.77º96.53%79.22%-
XYZ28.6545.2646.26-
YUV140.28145.932.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.84%
GREEN value IS 202 (79.30% from 255) = 53.02%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=1.84%
G=53.02%
B=45.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72021720.9700.150.21170.7793.340.98
Hex7CAAC610F15ab5d29
Octal73122541410172525313551
Binary111110010101010110011000010111110101101010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,202,172); }

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

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

 a { background-color: rgb(7,202,172); }

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

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

 span { border-color: rgb(7,202,172); }

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