Html Css Color HEX #06CDA6 Caribbean Green

📋 copy color: '#06CDA6'

red 6 ◦ green 205 ◦ blue 166

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

Shades of Caribbean Green #06CDA6

Tints of Caribbean Green #06CDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 1.59%
G = 54.38%
B = 44.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#06CDA6 (or 0x06CDA6) is known color: Caribbean Green. HEX triplet: 06, CD and A6. RGB value is (6,205,166). Sum of RGB (Red+Green+Blue) = 6+205+166=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #06CDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CDA6 is #F93259. Grayscale: #8D8D8D. Windows color (decimal): -16331354 or 10931462. OLE color: 10931462.

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

Color convert

RGB 6 205 166 -
CMYK 0.97 0 0.19 0.20
HSL 168.24º 0.94% 0.41% -
HSV(B) 168.24º 0.97% 0.8% -
XYZ 28.79 46.45 43.53 -
YUV 141.05 142.07 31.67 -
System Red Green Blue C M Y K H S L
Decimal 6 205 166 0.97 0 0.19 0.20 168.24 0.94 0.41
Hex 6 CD A6 61 0 13 14 A8 5E 29
Octal 6 315 246 141 0 23 24 250 136 51
Binary 110 11001101 10100110 1100001 0 10011 10100 10101000 1011110 101001

Color Harmonies of #06CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CDA6

Black with #06CDA6

Text Example


Text Example

White with #06CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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