Html Css Color HEX #6ACABD Downy

📋 copy color: '#6ACABD'

red 106 ◦ green 202 ◦ blue 189

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

Shades of Downy #6ACABD

Tints of Downy #6ACABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 21.33%
G = 40.64%
B = 38.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6ACABD (or 0x6ACABD) is known color: Downy. HEX triplet: 6A, CA and BD. RGB value is (106,202,189). Sum of RGB (Red+Green+Blue) = 106+202+189=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACABD is #953542. Grayscale: #ABABAB. Windows color (decimal): -9778499 or 12438122. OLE color: 12438122.

HSL color Cylindrical-coordinate representation of color #6ACABD: hue angle of 171.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACABD is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 202 189 -
CMYK 0.48 0 0.06 0.21
HSL 171.88º 0.48% 0.6% -
HSV(B) 171.88º 0.48% 0.79% -
XYZ 36.25 48.98 55.69 -
YUV 171.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 106 202 189 0.48 0 0.06 0.21 171.88 0.48 0.6
Hex 6A CA BD 30 0 6 15 AC 30 3C
Octal 152 312 275 60 0 6 25 254 60 74
Binary 1101010 11001010 10111101 110000 0 110 10101 10101100 110000 111100

Color Harmonies of #6ACABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACABD

Black with #6ACABD

Text Example


Text Example

White with #6ACABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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