Html Css Color HEX #06DBA0 Caribbean Green

📋 copy color: '#06DBA0'

red 6 ◦ green 219 ◦ blue 160

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

Shades of Caribbean Green #06DBA0

Tints of Caribbean Green #06DBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 1.56%
G = 56.88%
B = 41.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#06DBA0 (or 0x06DBA0) is known color: Caribbean Green. HEX triplet: 06, DB and A0. RGB value is (6,219,160). Sum of RGB (Red+Green+Blue) = 6+219+160=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DBA0 is #F9245F. Grayscale: #949494. Windows color (decimal): -16327776 or 10541830. OLE color: 10541830.

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

Color convert

RGB 6 219 160 -
CMYK 0.97 0 0.27 0.14
HSL 163.38º 0.95% 0.44% -
HSV(B) 163.38º 0.97% 0.86% -
XYZ 31.75 53.24 41.86 -
YUV 148.59 134.43 26.3 -
System Red Green Blue C M Y K H S L
Decimal 6 219 160 0.97 0 0.27 0.14 163.38 0.95 0.44
Hex 6 DB A0 61 0 1B E A3 5F 2C
Octal 6 333 240 141 0 33 16 243 137 54
Binary 110 11011011 10100000 1100001 0 11011 1110 10100011 1011111 101100

Color Harmonies of #06DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBA0

Black with #06DBA0

Text Example


Text Example

White with #06DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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