Html Css Color HEX #07C7AA Caribbean Green

📋 copy color: '#07C7AA'

red 7 ◦ green 199 ◦ blue 170

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

Shades of Caribbean Green #07C7AA

Tints of Caribbean Green #07C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 1.86%
G = 52.93%
B = 45.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#07C7AA (or 0x07C7AA) is known color: Caribbean Green. HEX triplet: 07, C7 and AA. RGB value is (7,199,170). Sum of RGB (Red+Green+Blue) = 7+199+170=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #07C7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C7AA is #F83855. Grayscale: #8A8A8A. Windows color (decimal): -16267350 or 11192071. OLE color: 11192071.

HSL color Cylindrical-coordinate representation of color #07C7AA: hue angle of 170.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C7AA is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 199 170 -
CMYK 0.96 0 0.15 0.22
HSL 170.94º 0.93% 0.4% -
HSV(B) 170.94º 0.96% 0.78% -
XYZ 27.77 43.79 45.02 -
YUV 138.29 145.89 34.36 -
System Red Green Blue C M Y K H S L
Decimal 7 199 170 0.96 0 0.15 0.22 170.94 0.93 0.4
Hex 7 C7 AA 60 0 F 16 AB 5D 28
Octal 7 307 252 140 0 17 26 253 135 50
Binary 111 11000111 10101010 1100000 0 1111 10110 10101011 1011101 101000

Color Harmonies of #07C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C7AA

Black with #07C7AA

Text Example


Text Example

White with #07C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,199,170); }

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

background-color css

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

 a { background-color: rgb(7,199,170); }

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

border-color css

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

 span { border-color: rgb(7,199,170); }

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