Html Css Color HEX #06CAB0 Caribbean Green

📋 copy color: '#06CAB0'

red 6 ◦ green 202 ◦ blue 176

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

Shades of Caribbean Green #06CAB0

Tints of Caribbean Green #06CAB0

RGB

 RED value IS 6 (2.73% from 255) = 1.56%

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

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

R = 1.56%
G = 52.6%
B = 45.83%

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

#06CAB0 (or 0x06CAB0) is known color: Caribbean Green. HEX triplet: 06, CA and B0. RGB value is (6,202,176). Sum of RGB (Red+Green+Blue) = 6+202+176=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CAB0 is #F9354F. Grayscale: #8C8C8C. Windows color (decimal): -16332112 or 11586054. OLE color: 11586054.

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

Color convert

RGB 6 202 176 -
CMYK 0.97 0 0.13 0.21
HSL 172.04º 0.94% 0.41% -
HSV(B) 172.04º 0.97% 0.79% -
XYZ 29.03 45.41 48.31 -
YUV 140.43 148.07 32.11 -
System Red Green Blue C M Y K H S L
Decimal 6 202 176 0.97 0 0.13 0.21 172.04 0.94 0.41
Hex 6 CA B0 61 0 D 15 AC 5E 29
Octal 6 312 260 141 0 15 25 254 136 51
Binary 110 11001010 10110000 1100001 0 1101 10101 10101100 1011110 101001

Color Harmonies of #06CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CAB0

Black with #06CAB0

Text Example


Text Example

White with #06CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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