Html Css Color HEX #06CDB0 Caribbean Green

📋 copy color: '#06CDB0'

red 6 ◦ green 205 ◦ blue 176

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

Shades of Caribbean Green #06CDB0

Tints of Caribbean Green #06CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.97%

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

R = 1.55%
G = 52.97%
B = 45.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#06CDB0 (or 0x06CDB0) is known color: Caribbean Green. HEX triplet: 06, CD and B0. RGB value is (6,205,176). Sum of RGB (Red+Green+Blue) = 6+205+176=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #06CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CDB0 is #F9324F. Grayscale: #8E8E8E. Windows color (decimal): -16331344 or 11586822. OLE color: 11586822.

HSL color Cylindrical-coordinate representation of color #06CDB0: hue angle of 171.26º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CDB0 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 205 176 -
CMYK 0.97 0 0.14 0.20
HSL 171.26º 0.94% 0.41% -
HSV(B) 171.26º 0.97% 0.8% -
XYZ 29.74 46.84 48.55 -
YUV 142.19 147.07 30.86 -
System Red Green Blue C M Y K H S L
Decimal 6 205 176 0.97 0 0.14 0.20 171.26 0.94 0.41
Hex 6 CD B0 61 0 E 14 AB 5E 29
Octal 6 315 260 141 0 16 24 253 136 51
Binary 110 11001101 10110000 1100001 0 1110 10100 10101011 1011110 101001

Color Harmonies of #06CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CDB0

Black with #06CDB0

Text Example


Text Example

White with #06CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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