Html Css Color HEX #6AC2BF Downy

📋 copy color: '#6AC2BF'

red 106 ◦ green 194 ◦ blue 191

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

Shades of Downy #6AC2BF

Tints of Downy #6AC2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

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

R = 21.59%
G = 39.51%
B = 38.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#6AC2BF (or 0x6AC2BF) is known color: Downy. HEX triplet: 6A, C2 and BF. RGB value is (106,194,191). Sum of RGB (Red+Green+Blue) = 106+194+191=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC2BF is #953D40. Grayscale: #A7A7A7. Windows color (decimal): -9780545 or 12567146. OLE color: 12567146.

HSL color Cylindrical-coordinate representation of color #6AC2BF: hue angle of 177.95º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC2BF is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 194 191 -
CMYK 0.45 0 0.02 0.24
HSL 177.95º 0.42% 0.59% -
HSV(B) 177.95º 0.45% 0.76% -
XYZ 34.64 45.41 56.23 -
YUV 167.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 106 194 191 0.45 0 0.02 0.24 177.95 0.42 0.59
Hex 6A C2 BF 2D 0 2 18 B2 2A 3B
Octal 152 302 277 55 0 2 30 262 52 73
Binary 1101010 11000010 10111111 101101 0 10 11000 10110010 101010 111011

Color Harmonies of #6AC2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC2BF

Black with #6AC2BF

Text Example


Text Example

White with #6AC2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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