#07C0AD

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

Shades of Caribbean Green #07C0AD

Tints of Caribbean Green #07C0AD

Color information

#07C0AD (or 0x07C0AD) is unknown color: approx Caribbean Green. HEX triplet: 07, C0 and AD. RGB value is (7,192,173). Sum of RGB (Red+Green+Blue) = 7+192+173=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0AD is #F83F52. Grayscale: #868686. Windows color (decimal): -16269139 or 11386887. OLE color: 11386887.

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

Color convert

RGB7192173-
CMYK0.9600.100.25
HSL173.84º92.96%39.02%-
HSV(B)173.84º96.35%75.29%-
XYZ26.4840.7646.01-
YUV134.52149.7137.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.88%
GREEN value IS 192 (75.39% from 255) = 51.61%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=1.88%
G=51.61%
B=46.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71921730.9600.100.25173.8492.9639.02
Hex7C0AD600A19ae5d27
Octal73002551400123125613547
Binary111110000001010110111000000101011001101011101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,192,173); }

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

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

 a { background-color: rgb(7,192,173); }

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

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

 span { border-color: rgb(7,192,173); }

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