Html Css Color HEX #06DBAE Caribbean Green

📋 copy color: '#06DBAE'

red 6 ◦ green 219 ◦ blue 174

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

Shades of Caribbean Green #06DBAE

Tints of Caribbean Green #06DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 1.5%
G = 54.89%
B = 43.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#06DBAE (or 0x06DBAE) is known color: Caribbean Green. HEX triplet: 06, DB and AE. RGB value is (6,219,174). Sum of RGB (Red+Green+Blue) = 6+219+174=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DBAE is #F92451. Grayscale: #969696. Windows color (decimal): -16327762 or 11459334. OLE color: 11459334.

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

Color convert

RGB 6 219 174 -
CMYK 0.97 0 0.21 0.14
HSL 167.32º 0.95% 0.44% -
HSV(B) 167.32º 0.97% 0.86% -
XYZ 33.05 53.76 48.68 -
YUV 150.18 141.43 25.16 -
System Red Green Blue C M Y K H S L
Decimal 6 219 174 0.97 0 0.21 0.14 167.32 0.95 0.44
Hex 6 DB AE 61 0 15 E A7 5F 2C
Octal 6 333 256 141 0 25 16 247 137 54
Binary 110 11011011 10101110 1100001 0 10101 1110 10100111 1011111 101100

Color Harmonies of #06DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBAE

Black with #06DBAE

Text Example


Text Example

White with #06DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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