Html Css Color HEX #07CEA2 Caribbean Green

📋 copy color: '#07CEA2'

red 7 ◦ green 206 ◦ blue 162

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

Shades of Caribbean Green #07CEA2

Tints of Caribbean Green #07CEA2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.93%

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

R = 1.87%
G = 54.93%
B = 43.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#07CEA2 (or 0x07CEA2) is known color: Caribbean Green. HEX triplet: 07, CE and A2. RGB value is (7,206,162). Sum of RGB (Red+Green+Blue) = 7+206+162=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #07CEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CEA2 is #F8315D. Grayscale: #8D8D8D. Windows color (decimal): -16265566 or 10669575. OLE color: 10669575.

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

Color convert

RGB 7 206 162 -
CMYK 0.97 0 0.21 0.19
HSL 166.73º 0.93% 0.42% -
HSV(B) 166.73º 0.97% 0.81% -
XYZ 28.68 46.8 41.7 -
YUV 141.48 139.57 32.08 -
System Red Green Blue C M Y K H S L
Decimal 7 206 162 0.97 0 0.21 0.19 166.73 0.93 0.42
Hex 7 CE A2 61 0 15 13 A7 5D 2A
Octal 7 316 242 141 0 25 23 247 135 52
Binary 111 11001110 10100010 1100001 0 10101 10011 10100111 1011101 101010

Color Harmonies of #07CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CEA2

Black with #07CEA2

Text Example


Text Example

White with #07CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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