Html Css Color HEX #6ADACA Downy

📋 copy color: '#6ADACA'

red 106 ◦ green 218 ◦ blue 202

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

Shades of Downy #6ADACA

Tints of Downy #6ADACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

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

R = 20.15%
G = 41.44%
B = 38.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#6ADACA (or 0x6ADACA) is known color: Downy. HEX triplet: 6A, DA and CA. RGB value is (106,218,202). Sum of RGB (Red+Green+Blue) = 106+218+202=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADACA is #952535. Grayscale: #B6B6B6. Windows color (decimal): -9774390 or 13294186. OLE color: 13294186.

HSL color Cylindrical-coordinate representation of color #6ADACA: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADACA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 202 -
CMYK 0.51 0 0.07 0.15
HSL 171.43º 0.6% 0.64% -
HSV(B) 171.43º 0.51% 0.85% -
XYZ 41.68 57.47 64.77 -
YUV 182.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 106 218 202 0.51 0 0.07 0.15 171.43 0.6 0.64
Hex 6A DA CA 33 0 7 F AB 3C 40
Octal 152 332 312 63 0 7 17 253 74 100
Binary 1101010 11011010 11001010 110011 0 111 1111 10101011 111100 1000000

Color Harmonies of #6ADACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADACA

Black with #6ADACA

Text Example


Text Example

White with #6ADACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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