Html Css Color HEX #06DCB0 Caribbean Green

📋 copy color: '#06DCB0'

red 6 ◦ green 220 ◦ blue 176

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

Shades of Caribbean Green #06DCB0

Tints of Caribbean Green #06DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.73%

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

R = 1.49%
G = 54.73%
B = 43.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#06DCB0 (or 0x06DCB0) is known color: Caribbean Green. HEX triplet: 06, DC and B0. RGB value is (6,220,176). Sum of RGB (Red+Green+Blue) = 6+220+176=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DCB0 is #F9234F. Grayscale: #969696. Windows color (decimal): -16327504 or 11590662. OLE color: 11590662.

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

Color convert

RGB 6 220 176 -
CMYK 0.97 0 0.2 0.14
HSL 167.66º 0.95% 0.44% -
HSV(B) 167.66º 0.97% 0.86% -
XYZ 33.5 54.36 49.8 -
YUV 151 142.1 24.58 -
System Red Green Blue C M Y K H S L
Decimal 6 220 176 0.97 0 0.2 0.14 167.66 0.95 0.44
Hex 6 DC B0 61 0 14 E A8 5F 2C
Octal 6 334 260 141 0 24 16 250 137 54
Binary 110 11011100 10110000 1100001 0 10100 1110 10101000 1011111 101100

Color Harmonies of #06DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCB0

Black with #06DCB0

Text Example


Text Example

White with #06DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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