Html Css Color HEX #6ACCBA Downy

📋 copy color: '#6ACCBA'

red 106 ◦ green 204 ◦ blue 186

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

Shades of Downy #6ACCBA

Tints of Downy #6ACCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 21.37%
G = 41.13%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#6ACCBA (or 0x6ACCBA) is known color: Downy. HEX triplet: 6A, CC and BA. RGB value is (106,204,186). Sum of RGB (Red+Green+Blue) = 106+204+186=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCBA is #953345. Grayscale: #ACACAC. Windows color (decimal): -9777990 or 12242026. OLE color: 12242026.

HSL color Cylindrical-coordinate representation of color #6ACCBA: hue angle of 168.98º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACCBA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 204 186 -
CMYK 0.48 0 0.09 0.2
HSL 168.98º 0.49% 0.61% -
HSV(B) 168.98º 0.48% 0.8% -
XYZ 36.4 49.8 54.15 -
YUV 172.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 106 204 186 0.48 0 0.09 0.2 168.98 0.49 0.61
Hex 6A CC BA 30 0 9 14 A9 31 3D
Octal 152 314 272 60 0 11 24 251 61 75
Binary 1101010 11001100 10111010 110000 0 1001 10100 10101001 110001 111101

Color Harmonies of #6ACCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACCBA

Black with #6ACCBA

Text Example


Text Example

White with #6ACCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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