Html Css Color HEX #6ACEC5 Downy

📋 copy color: '#6ACEC5'

red 106 ◦ green 206 ◦ blue 197

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

Shades of Downy #6ACEC5

Tints of Downy #6ACEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 20.83%
G = 40.47%
B = 38.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#6ACEC5 (or 0x6ACEC5) is known color: Downy. HEX triplet: 6A, CE and C5. RGB value is (106,206,197). Sum of RGB (Red+Green+Blue) = 106+206+197=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEC5 is #95313A. Grayscale: #AFAFAF. Windows color (decimal): -9777467 or 12963434. OLE color: 12963434.

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

Color convert

RGB 106 206 197 -
CMYK 0.49 0 0.04 0.19
HSL 174.6º 0.51% 0.61% -
HSV(B) 174.6º 0.49% 0.81% -
XYZ 38.09 51.24 60.71 -
YUV 175.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 106 206 197 0.49 0 0.04 0.19 174.6 0.51 0.61
Hex 6A CE C5 31 0 4 13 AF 33 3D
Octal 152 316 305 61 0 4 23 257 63 75
Binary 1101010 11001110 11000101 110001 0 100 10011 10101111 110011 111101

Color Harmonies of #6ACEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEC5

Black with #6ACEC5

Text Example


Text Example

White with #6ACEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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