Html Css Color HEX #6ACEBE Downy

📋 copy color: '#6ACEBE'

red 106 ◦ green 206 ◦ blue 190

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

Shades of Downy #6ACEBE

Tints of Downy #6ACEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 21.12%
G = 41.04%
B = 37.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#6ACEBE (or 0x6ACEBE) is known color: Downy. HEX triplet: 6A, CE and BE. RGB value is (106,206,190). Sum of RGB (Red+Green+Blue) = 106+206+190=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEBE is #953141. Grayscale: #AEAEAE. Windows color (decimal): -9777474 or 12504682. OLE color: 12504682.

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

Color convert

RGB 106 206 190 -
CMYK 0.49 0 0.08 0.19
HSL 170.4º 0.51% 0.61% -
HSV(B) 170.4º 0.49% 0.81% -
XYZ 37.31 50.92 56.58 -
YUV 174.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 106 206 190 0.49 0 0.08 0.19 170.4 0.51 0.61
Hex 6A CE BE 31 0 8 13 AA 33 3D
Octal 152 316 276 61 0 10 23 252 63 75
Binary 1101010 11001110 10111110 110001 0 1000 10011 10101010 110011 111101

Color Harmonies of #6ACEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEBE

Black with #6ACEBE

Text Example


Text Example

White with #6ACEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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