#07C0A3

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

Shades of Caribbean Green #07C0A3

Tints of Caribbean Green #07C0A3

Color information

#07C0A3 (or 0x07C0A3) is unknown color: approx Caribbean Green. HEX triplet: 07, C0 and A3. RGB value is (7,192,163). Sum of RGB (Red+Green+Blue) = 7+192+163=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0A3 is #F83F5C. Grayscale: #858585. Windows color (decimal): -16269149 or 10731527. OLE color: 10731527.

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

Color convert

RGB7192163-
CMYK0.9600.150.25
HSL170.59º92.96%39.02%-
HSV(B)170.59º96.35%75.29%-
XYZ25.5540.3941.1-
YUV133.38144.7137.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.93%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 163 (64.06% from 255) = 45.03%
R=1.93%
G=53.04%
B=45.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71921630.9600.150.25170.5992.9639.02
Hex7C0A3600F19ab5d27
Octal73002431400173125313547
Binary111110000001010001111000000111111001101010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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