Html Css Color HEX #6ACEC0 Downy

📋 copy color: '#6ACEC0'

red 106 ◦ green 206 ◦ blue 192

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

Shades of Downy #6ACEC0

Tints of Downy #6ACEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 21.03%
G = 40.87%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6ACEC0 (or 0x6ACEC0) is known color: Downy. HEX triplet: 6A, CE and C0. RGB value is (106,206,192). Sum of RGB (Red+Green+Blue) = 106+206+192=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEC0 is #95313F. Grayscale: #AEAEAE. Windows color (decimal): -9777472 or 12635754. OLE color: 12635754.

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

Color convert

RGB 106 206 192 -
CMYK 0.49 0 0.07 0.19
HSL 171.6º 0.51% 0.61% -
HSV(B) 171.6º 0.49% 0.81% -
XYZ 37.53 51.01 57.74 -
YUV 174.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 106 206 192 0.49 0 0.07 0.19 171.6 0.51 0.61
Hex 6A CE C0 31 0 7 13 AC 33 3D
Octal 152 316 300 61 0 7 23 254 63 75
Binary 1101010 11001110 11000000 110001 0 111 10011 10101100 110011 111101

Color Harmonies of #6ACEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEC0

Black with #6ACEC0

Text Example


Text Example

White with #6ACEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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