Html Css Color HEX #6AC8BA Downy

📋 copy color: '#6AC8BA'

red 106 ◦ green 200 ◦ blue 186

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

Shades of Downy #6AC8BA

Tints of Downy #6AC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 21.54%
G = 40.65%
B = 37.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#6AC8BA (or 0x6AC8BA) is known color: Downy. HEX triplet: 6A, C8 and BA. RGB value is (106,200,186). Sum of RGB (Red+Green+Blue) = 106+200+186=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC8BA is #953745. Grayscale: #AAAAAA. Windows color (decimal): -9779014 or 12241002. OLE color: 12241002.

HSL color Cylindrical-coordinate representation of color #6AC8BA: hue angle of 171.06º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC8BA is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 200 186 -
CMYK 0.47 0 0.07 0.22
HSL 171.06º 0.46% 0.6% -
HSV(B) 171.06º 0.47% 0.78% -
XYZ 35.46 47.92 53.83 -
YUV 170.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 106 200 186 0.47 0 0.07 0.22 171.06 0.46 0.6
Hex 6A C8 BA 2F 0 7 16 AB 2E 3C
Octal 152 310 272 57 0 7 26 253 56 74
Binary 1101010 11001000 10111010 101111 0 111 10110 10101011 101110 111100

Color Harmonies of #6AC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC8BA

Black with #6AC8BA

Text Example


Text Example

White with #6AC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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