Html Css Color HEX #07C0A2 Caribbean Green

📋 copy color: '#07C0A2'

red 7 ◦ green 192 ◦ blue 162

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

Shades of Caribbean Green #07C0A2

Tints of Caribbean Green #07C0A2

RGB

 RED value IS 7 (3.13% 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 value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#07C0A2 (or 0x07C0A2) is known color: 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

RGB 7 192 162 -
CMYK 0.96 0 0.16 0.25
HSL 170.27º 0.93% 0.39% -
HSV(B) 170.27º 0.96% 0.75% -
XYZ 25.46 40.35 40.63 -
YUV 133.27 144.21 37.94 -
System Red Green Blue C M Y K H S L
Decimal 7 192 162 0.96 0 0.16 0.25 170.27 0.93 0.39
Hex 7 C0 A2 60 0 10 19 AA 5D 27
Octal 7 300 242 140 0 20 31 252 135 47
Binary 111 11000000 10100010 1100000 0 10000 11001 10101010 1011101 100111

Color Harmonies of #07C0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0A2

Black with #07C0A2

Text Example


Text Example

White with #07C0A2

Text Example


Text Example

HTML Codes & Css Web 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>