#07C0A2

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

Shades of Caribbean Green #07C0A2

Tints of Caribbean Green #07C0A2

Color information

#07C0A2 (or 0x07C0A2) is unknown color: approx Caribbean Green. HEX triplet: 07, C0 and A2. RGB value is (7,192,162). Sum of RGB (Red+Green+Blue) = 7+192+162=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0A2 is #F83F5D. Grayscale: #858585. Windows color (decimal): -16269150 or 10665991. OLE color: 10665991.

HSL color Cylindrical-coordinate representation of color #07C0A2: hue angle of 170.27º 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 #07C0A2 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB7192162-
CMYK0.9600.160.25
HSL170.27º92.96%39.02%-
HSV(B)170.27º96.35%75.29%-
XYZ25.4640.3540.63-
YUV133.26144.2137.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.94%
GREEN value IS 192 (75.39% from 255) = 53.19%
BLUE value IS 162 (63.67% from 255) = 44.88%
R=1.94%
G=53.19%
B=44.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71921620.9600.160.25170.2792.9639.02
Hex7C0A26001019aa5d27
Octal73002421400203125213547
Binary1111100000010100010110000001000011001101010101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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