Html Css Color HEX #07C2AE Caribbean Green

📋 copy color: '#07C2AE'

red 7 ◦ green 194 ◦ blue 174

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

Shades of Caribbean Green #07C2AE

Tints of Caribbean Green #07C2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.73%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 1.87%
G = 51.73%
B = 46.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#07C2AE (or 0x07C2AE) is known color: Caribbean Green. HEX triplet: 07, C2 and AE. RGB value is (7,194,174). Sum of RGB (Red+Green+Blue) = 7+194+174=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #07C2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C2AE is #F83D51. Grayscale: #878787. Windows color (decimal): -16268626 or 11452935. OLE color: 11452935.

HSL color Cylindrical-coordinate representation of color #07C2AE: hue angle of 173.58º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C2AE is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 194 174 -
CMYK 0.96 0 0.10 0.24
HSL 173.58º 0.93% 0.39% -
HSV(B) 173.58º 0.96% 0.76% -
XYZ 27.02 41.68 46.67 -
YUV 135.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 7 194 174 0.96 0 0.10 0.24 173.58 0.93 0.39
Hex 7 C2 AE 60 0 A 18 AE 5D 27
Octal 7 302 256 140 0 12 30 256 135 47
Binary 111 11000010 10101110 1100000 0 1010 11000 10101110 1011101 100111

Color Harmonies of #07C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C2AE

Black with #07C2AE

Text Example


Text Example

White with #07C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,174); }

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

background-color css

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

 a { background-color: rgb(7,194,174); }

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

border-color css

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

 span { border-color: rgb(7,194,174); }

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