Html Css Color HEX #07CAA6 Caribbean Green

📋 copy color: '#07CAA6'

red 7 ◦ green 202 ◦ blue 166

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

Shades of Caribbean Green #07CAA6

Tints of Caribbean Green #07CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.87%

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

R = 1.87%
G = 53.87%
B = 44.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#07CAA6 (or 0x07CAA6) is known color: Caribbean Green. HEX triplet: 07, CA and A6. RGB value is (7,202,166). Sum of RGB (Red+Green+Blue) = 7+202+166=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #07CAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CAA6 is #F83559. Grayscale: #8B8B8B. Windows color (decimal): -16266586 or 10930695. OLE color: 10930695.

HSL color Cylindrical-coordinate representation of color #07CAA6: hue angle of 168.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAA6 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 202 166 -
CMYK 0.97 0 0.18 0.21
HSL 168.92º 0.93% 0.41% -
HSV(B) 168.92º 0.97% 0.79% -
XYZ 28.09 45.04 43.29 -
YUV 139.59 142.9 33.43 -
System Red Green Blue C M Y K H S L
Decimal 7 202 166 0.97 0 0.18 0.21 168.92 0.93 0.41
Hex 7 CA A6 61 0 12 15 A9 5D 29
Octal 7 312 246 141 0 22 25 251 135 51
Binary 111 11001010 10100110 1100001 0 10010 10101 10101001 1011101 101001

Color Harmonies of #07CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CAA6

Black with #07CAA6

Text Example


Text Example

White with #07CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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