Html Css Color HEX #06DBAA Caribbean Green

📋 copy color: '#06DBAA'

red 6 ◦ green 219 ◦ blue 170

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

Shades of Caribbean Green #06DBAA

Tints of Caribbean Green #06DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.44%

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 1.52%
G = 55.44%
B = 43.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#06DBAA (or 0x06DBAA) is known color: Caribbean Green. HEX triplet: 06, DB and AA. RGB value is (6,219,170). Sum of RGB (Red+Green+Blue) = 6+219+170=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DBAA is #F92455. Grayscale: #959595. Windows color (decimal): -16327766 or 11197190. OLE color: 11197190.

HSL color Cylindrical-coordinate representation of color #06DBAA: hue angle of 166.2º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DBAA is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 219 170 -
CMYK 0.97 0 0.22 0.14
HSL 166.2º 0.95% 0.44% -
HSV(B) 166.2º 0.97% 0.86% -
XYZ 32.66 53.6 46.66 -
YUV 149.73 139.43 25.48 -
System Red Green Blue C M Y K H S L
Decimal 6 219 170 0.97 0 0.22 0.14 166.2 0.95 0.44
Hex 6 DB AA 61 0 16 E A6 5F 2C
Octal 6 333 252 141 0 26 16 246 137 54
Binary 110 11011011 10101010 1100001 0 10110 1110 10100110 1011111 101100

Color Harmonies of #06DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBAA

Black with #06DBAA

Text Example


Text Example

White with #06DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,219,170); }

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

background-color css

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

 a { background-color: rgb(6,219,170); }

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

border-color css

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

 span { border-color: rgb(6,219,170); }

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