Html Css Color HEX #6ACEBF Downy

📋 copy color: '#6ACEBF'

red 106 ◦ green 206 ◦ blue 191

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

Shades of Downy #6ACEBF

Tints of Downy #6ACEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.97%

R = 21.07%
G = 40.95%
B = 37.97%

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

#6ACEBF (or 0x6ACEBF) is known color: Downy. HEX triplet: 6A, CE and BF. RGB value is (106,206,191). Sum of RGB (Red+Green+Blue) = 106+206+191=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEBF is #953140. Grayscale: #AEAEAE. Windows color (decimal): -9777473 or 12570218. OLE color: 12570218.

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

Color convert

RGB 106 206 191 -
CMYK 0.49 0 0.07 0.19
HSL 171º 0.51% 0.61% -
HSV(B) 171º 0.49% 0.81% -
XYZ 37.42 50.97 57.16 -
YUV 174.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 106 206 191 0.49 0 0.07 0.19 171 0.51 0.61
Hex 6A CE BF 31 0 7 13 AB 33 3D
Octal 152 316 277 61 0 7 23 253 63 75
Binary 1101010 11001110 10111111 110001 0 111 10011 10101011 110011 111101

Color Harmonies of #6ACEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEBF

Black with #6ACEBF

Text Example


Text Example

White with #6ACEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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