Html Css Color HEX #07CAB0 Caribbean Green

📋 copy color: '#07CAB0'

red 7 ◦ green 202 ◦ blue 176

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

Shades of Caribbean Green #07CAB0

Tints of Caribbean Green #07CAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 1.82%
G = 52.47%
B = 45.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#07CAB0 (or 0x07CAB0) is known color: Caribbean Green. HEX triplet: 07, CA and B0. RGB value is (7,202,176). Sum of RGB (Red+Green+Blue) = 7+202+176=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #07CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CAB0 is #F8354F. Grayscale: #8C8C8C. Windows color (decimal): -16266576 or 11586055. OLE color: 11586055.

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

Color convert

RGB 7 202 176 -
CMYK 0.97 0 0.13 0.21
HSL 172º 0.93% 0.41% -
HSV(B) 172º 0.97% 0.79% -
XYZ 29.04 45.42 48.31 -
YUV 140.73 147.9 32.61 -
System Red Green Blue C M Y K H S L
Decimal 7 202 176 0.97 0 0.13 0.21 172 0.93 0.41
Hex 7 CA B0 61 0 D 15 AC 5D 29
Octal 7 312 260 141 0 15 25 254 135 51
Binary 111 11001010 10110000 1100001 0 1101 10101 10101100 1011101 101001

Color Harmonies of #07CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CAB0

Black with #07CAB0

Text Example


Text Example

White with #07CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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