#07C0A7

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

Shades of Caribbean Green #07C0A7

Tints of Caribbean Green #07C0A7

Color information

#07C0A7 (or 0x07C0A7) is unknown color: approx Caribbean Green. HEX triplet: 07, C0 and A7. RGB value is (7,192,167). Sum of RGB (Red+Green+Blue) = 7+192+167=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0A7 is #F83F58. Grayscale: #858585. Windows color (decimal): -16269145 or 10993671. OLE color: 10993671.

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

Color convert

RGB7192167-
CMYK0.9600.130.25
HSL171.89º92.96%39.02%-
HSV(B)171.89º96.35%75.29%-
XYZ25.9140.5343.02-
YUV133.84146.7137.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.91%
GREEN value IS 192 (75.39% from 255) = 52.46%
BLUE value IS 167 (65.62% from 255) = 45.63%
R=1.91%
G=52.46%
B=45.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71921670.9600.130.25171.8992.9639.02
Hex7C0A7600D19ac5d27
Octal73002471400153125413547
Binary111110000001010011111000000110111001101011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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