Html Css Color HEX #6ACDCB Downy

📋 copy color: '#6ACDCB'

red 106 ◦ green 205 ◦ blue 203

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

Shades of Downy #6ACDCB

Tints of Downy #6ACDCB

RGB

 RED value IS 106 (41.8% from 255) = 20.62%

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 20.62%
G = 39.88%
B = 39.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6ACDCB (or 0x6ACDCB) is known color: Downy. HEX triplet: 6A, CD and CB. RGB value is (106,205,203). Sum of RGB (Red+Green+Blue) = 106+205+203=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDCB is #953234. Grayscale: #AFAFAF. Windows color (decimal): -9777717 or 13356394. OLE color: 13356394.

HSL color Cylindrical-coordinate representation of color #6ACDCB: hue angle of 178.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDCB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 203 -
CMYK 0.48 0 0.01 0.20
HSL 178.79º 0.5% 0.61% -
HSV(B) 178.79º 0.48% 0.8% -
XYZ 38.55 51.04 64.32 -
YUV 175.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 106 205 203 0.48 0 0.01 0.20 178.79 0.5 0.61
Hex 6A CD CB 30 0 1 14 B3 32 3D
Octal 152 315 313 60 0 1 24 263 62 75
Binary 1101010 11001101 11001011 110000 0 1 10100 10110011 110010 111101

Color Harmonies of #6ACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDCB

Black with #6ACDCB

Text Example


Text Example

White with #6ACDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACDCB; }

 p { color: rgb(106,205,203); }

 H1.HeaderClassName
 {
   color: #6ACDCB;
 }
 .AnyTagClassName
 {
   color: #6ACDCB;
 }
</style>

background-color css

<style>
 a { background-color: #6ACDCB; }

 a { background-color: rgb(106,205,203); }

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

border-color css

<style>
 span { border-color: #6ACDCB; }

 span { border-color: rgb(106,205,203); }

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