Html Css Color HEX #07CEA0 Caribbean Green

📋 copy color: '#07CEA0'

red 7 ◦ green 206 ◦ blue 160

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

Shades of Caribbean Green #07CEA0

Tints of Caribbean Green #07CEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 1.88%
G = 55.23%
B = 42.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#07CEA0 (or 0x07CEA0) is known color: Caribbean Green. HEX triplet: 07, CE and A0. RGB value is (7,206,160). Sum of RGB (Red+Green+Blue) = 7+206+160=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #07CEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CEA0 is #F8315F. Grayscale: #8D8D8D. Windows color (decimal): -16265568 or 10538503. OLE color: 10538503.

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

Color convert

RGB 7 206 160 -
CMYK 0.97 0 0.22 0.19
HSL 166.13º 0.93% 0.42% -
HSV(B) 166.13º 0.97% 0.81% -
XYZ 28.5 46.73 40.77 -
YUV 141.26 138.57 32.24 -
System Red Green Blue C M Y K H S L
Decimal 7 206 160 0.97 0 0.22 0.19 166.13 0.93 0.42
Hex 7 CE A0 61 0 16 13 A6 5D 2A
Octal 7 316 240 141 0 26 23 246 135 52
Binary 111 11001110 10100000 1100001 0 10110 10011 10100110 1011101 101010

Color Harmonies of #07CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CEA0

Black with #07CEA0

Text Example


Text Example

White with #07CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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