Html Css Color HEX #6ACEBA Downy

📋 copy color: '#6ACEBA'

red 106 ◦ green 206 ◦ blue 186

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

Shades of Downy #6ACEBA

Tints of Downy #6ACEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 21.29%
G = 41.37%
B = 37.35%

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

#6ACEBA (or 0x6ACEBA) is known color: Downy. HEX triplet: 6A, CE and BA. RGB value is (106,206,186). Sum of RGB (Red+Green+Blue) = 106+206+186=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEBA is #953145. Grayscale: #ADADAD. Windows color (decimal): -9777478 or 12242538. OLE color: 12242538.

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

Color convert

RGB 106 206 186 -
CMYK 0.49 0 0.10 0.19
HSL 168º 0.51% 0.61% -
HSV(B) 168º 0.49% 0.81% -
XYZ 36.88 50.75 54.31 -
YUV 173.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 106 206 186 0.49 0 0.10 0.19 168 0.51 0.61
Hex 6A CE BA 31 0 A 13 A8 33 3D
Octal 152 316 272 61 0 12 23 250 63 75
Binary 1101010 11001110 10111010 110001 0 1010 10011 10101000 110011 111101

Color Harmonies of #6ACEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEBA

Black with #6ACEBA

Text Example


Text Example

White with #6ACEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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