Html Css Color HEX #07CAA2 Caribbean Green

📋 copy color: '#07CAA2'

red 7 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #07CAA2

Tints of Caribbean Green #07CAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 1.89%
G = 54.45%
B = 43.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#07CAA2 (or 0x07CAA2) is known color: Caribbean Green. HEX triplet: 07, CA and A2. RGB value is (7,202,162). Sum of RGB (Red+Green+Blue) = 7+202+162=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #07CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CAA2 is #F8355D. Grayscale: #8B8B8B. Windows color (decimal): -16266590 or 10668551. OLE color: 10668551.

HSL color Cylindrical-coordinate representation of color #07CAA2: hue angle of 167.69º 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 #07CAA2 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 202 162 -
CMYK 0.97 0 0.20 0.21
HSL 167.69º 0.93% 0.41% -
HSV(B) 167.69º 0.97% 0.79% -
XYZ 27.73 44.89 41.39 -
YUV 139.14 140.9 33.75 -
System Red Green Blue C M Y K H S L
Decimal 7 202 162 0.97 0 0.20 0.21 167.69 0.93 0.41
Hex 7 CA A2 61 0 14 15 A8 5D 29
Octal 7 312 242 141 0 24 25 250 135 51
Binary 111 11001010 10100010 1100001 0 10100 10101 10101000 1011101 101001

Color Harmonies of #07CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CAA2

Black with #07CAA2

Text Example


Text Example

White with #07CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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