Html Css Color HEX #6ACEB9 Downy

📋 copy color: '#6ACEB9'

red 106 ◦ green 206 ◦ blue 185

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

Shades of Downy #6ACEB9

Tints of Downy #6ACEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 21.33%
G = 41.45%
B = 37.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#6ACEB9 (or 0x6ACEB9) is known color: Downy. HEX triplet: 6A, CE and B9. RGB value is (106,206,185). Sum of RGB (Red+Green+Blue) = 106+206+185=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEB9 is #953146. Grayscale: #ADADAD. Windows color (decimal): -9777479 or 12177002. OLE color: 12177002.

HSL color Cylindrical-coordinate representation of color #6ACEB9: hue angle of 167.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACEB9 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 185 -
CMYK 0.49 0 0.10 0.19
HSL 167.4º 0.51% 0.61% -
HSV(B) 167.4º 0.49% 0.81% -
XYZ 36.77 50.71 53.75 -
YUV 173.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 106 206 185 0.49 0 0.10 0.19 167.4 0.51 0.61
Hex 6A CE B9 31 0 A 13 A7 33 3D
Octal 152 316 271 61 0 12 23 247 63 75
Binary 1101010 11001110 10111001 110001 0 1010 10011 10100111 110011 111101

Color Harmonies of #6ACEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEB9

Black with #6ACEB9

Text Example


Text Example

White with #6ACEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,206,185); }

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

background-color css

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

 a { background-color: rgb(106,206,185); }

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

border-color css

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

 span { border-color: rgb(106,206,185); }

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