Html Css Color HEX #6ACEB7 Downy

📋 copy color: '#6ACEB7'

red 106 ◦ green 206 ◦ blue 183

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

Shades of Downy #6ACEB7

Tints of Downy #6ACEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 21.41%
G = 41.62%
B = 36.97%

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

#6ACEB7 (or 0x6ACEB7) is known color: Downy. HEX triplet: 6A, CE and B7. RGB value is (106,206,183). Sum of RGB (Red+Green+Blue) = 106+206+183=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEB7 is #953148. Grayscale: #ADADAD. Windows color (decimal): -9777481 or 12045930. OLE color: 12045930.

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

Color convert

RGB 106 206 183 -
CMYK 0.49 0 0.11 0.19
HSL 166.2º 0.51% 0.61% -
HSV(B) 166.2º 0.49% 0.81% -
XYZ 36.56 50.63 52.64 -
YUV 173.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 106 206 183 0.49 0 0.11 0.19 166.2 0.51 0.61
Hex 6A CE B7 31 0 B 13 A6 33 3D
Octal 152 316 267 61 0 13 23 246 63 75
Binary 1101010 11001110 10110111 110001 0 1011 10011 10100110 110011 111101

Color Harmonies of #6ACEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEB7

Black with #6ACEB7

Text Example


Text Example

White with #6ACEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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