Html Css Color HEX #07CAB1 Caribbean Green

📋 copy color: '#07CAB1'

red 7 ◦ green 202 ◦ blue 177

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

Shades of Caribbean Green #07CAB1

Tints of Caribbean Green #07CAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.85%

R = 1.81%
G = 52.33%
B = 45.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#07CAB1 (or 0x07CAB1) is known color: Caribbean Green. HEX triplet: 07, CA and B1. RGB value is (7,202,177). Sum of RGB (Red+Green+Blue) = 7+202+177=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #07CAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CAB1 is #F8354E. Grayscale: #8C8C8C. Windows color (decimal): -16266575 or 11651591. OLE color: 11651591.

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

Color convert

RGB 7 202 177 -
CMYK 0.97 0 0.12 0.21
HSL 172.31º 0.93% 0.41% -
HSV(B) 172.31º 0.97% 0.79% -
XYZ 29.14 45.46 48.83 -
YUV 140.85 148.4 32.53 -
System Red Green Blue C M Y K H S L
Decimal 7 202 177 0.97 0 0.12 0.21 172.31 0.93 0.41
Hex 7 CA B1 61 0 C 15 AC 5D 29
Octal 7 312 261 141 0 14 25 254 135 51
Binary 111 11001010 10110001 1100001 0 1100 10101 10101100 1011101 101001

Color Harmonies of #07CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CAB1

Black with #07CAB1

Text Example


Text Example

White with #07CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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