Html Css Color HEX #6ACEB8 Downy

📋 copy color: '#6ACEB8'

red 106 ◦ green 206 ◦ blue 184

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

Shades of Downy #6ACEB8

Tints of Downy #6ACEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 21.37%
G = 41.53%
B = 37.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#6ACEB8 (or 0x6ACEB8) is known color: Downy. HEX triplet: 6A, CE and B8. RGB value is (106,206,184). Sum of RGB (Red+Green+Blue) = 106+206+184=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEB8 is #953147. Grayscale: #ADADAD. Windows color (decimal): -9777480 or 12111466. OLE color: 12111466.

HSL color Cylindrical-coordinate representation of color #6ACEB8: hue angle of 166.8º 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 #6ACEB8 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 184 -
CMYK 0.49 0 0.11 0.19
HSL 166.8º 0.51% 0.61% -
HSV(B) 166.8º 0.49% 0.81% -
XYZ 36.67 50.67 53.19 -
YUV 173.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 106 206 184 0.49 0 0.11 0.19 166.8 0.51 0.61
Hex 6A CE B8 31 0 B 13 A7 33 3D
Octal 152 316 270 61 0 13 23 247 63 75
Binary 1101010 11001110 10111000 110001 0 1011 10011 10100111 110011 111101

Color Harmonies of #6ACEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEB8

Black with #6ACEB8

Text Example


Text Example

White with #6ACEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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