Html Css Color HEX #6ADCCA Downy

📋 copy color: '#6ADCCA'

red 106 ◦ green 220 ◦ blue 202

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

Shades of Downy #6ADCCA

Tints of Downy #6ADCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 20.08%
G = 41.67%
B = 38.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6ADCCA (or 0x6ADCCA) is known color: Downy. HEX triplet: 6A, DC and CA. RGB value is (106,220,202). Sum of RGB (Red+Green+Blue) = 106+220+202=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCCA is #952335. Grayscale: #B7B7B7. Windows color (decimal): -9773878 or 13294698. OLE color: 13294698.

HSL color Cylindrical-coordinate representation of color #6ADCCA: hue angle of 170.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCCA is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 202 -
CMYK 0.52 0 0.08 0.14
HSL 170.53º 0.62% 0.64% -
HSV(B) 170.53º 0.52% 0.86% -
XYZ 42.2 58.51 64.95 -
YUV 183.86 138.23 72.46 -
System Red Green Blue C M Y K H S L
Decimal 106 220 202 0.52 0 0.08 0.14 170.53 0.62 0.64
Hex 6A DC CA 34 0 8 E AB 3E 40
Octal 152 334 312 64 0 10 16 253 76 100
Binary 1101010 11011100 11001010 110100 0 1000 1110 10101011 111110 1000000

Color Harmonies of #6ADCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCCA

Black with #6ADCCA

Text Example


Text Example

White with #6ADCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,202); }

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

background-color css

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

 a { background-color: rgb(106,220,202); }

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

border-color css

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

 span { border-color: rgb(106,220,202); }

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