Html Css Color HEX #07C0A6 Caribbean Green

📋 copy color: '#07C0A6'

red 7 ◦ green 192 ◦ blue 166

#07C0A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #07C0A6

Tints of Caribbean Green #07C0A6

RGB

 RED value IS 7 (3.13% from 255) = 1.92%

 GREEN value IS 192 (75.39% from 255) = 52.6%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 1.92%
G = 52.6%
B = 45.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#07C0A6 (or 0x07C0A6) is known color: Caribbean Green. HEX triplet: 07, C0 and A6. RGB value is (7,192,166). Sum of RGB (Red+Green+Blue) = 7+192+166=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0A6 is #F83F59. Grayscale: #858585. Windows color (decimal): -16269146 or 10928135. OLE color: 10928135.

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

Color convert

RGB 7 192 166 -
CMYK 0.96 0 0.14 0.25
HSL 171.57º 0.93% 0.39% -
HSV(B) 171.57º 0.96% 0.75% -
XYZ 25.82 40.5 42.53 -
YUV 133.72 146.21 37.61 -
System Red Green Blue C M Y K H S L
Decimal 7 192 166 0.96 0 0.14 0.25 171.57 0.93 0.39
Hex 7 C0 A6 60 0 E 19 AC 5D 27
Octal 7 300 246 140 0 16 31 254 135 47
Binary 111 11000000 10100110 1100000 0 1110 11001 10101100 1011101 100111

Color Harmonies of #07C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0A6

Black with #07C0A6

Text Example


Text Example

White with #07C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07C0A6;
 }
 .AnyTagClassName
 {
   color: #07C0A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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