Html Css Color HEX #6AEEB6 Downy

📋 copy color: '#6AEEB6'

red 106 ◦ green 238 ◦ blue 182

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

Shades of Downy #6AEEB6

Tints of Downy #6AEEB6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 20.15%
G = 45.25%
B = 34.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#6AEEB6 (or 0x6AEEB6) is known color: Downy. HEX triplet: 6A, EE and B6. RGB value is (106,238,182). Sum of RGB (Red+Green+Blue) = 106+238+182=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEB6 is #951149. Grayscale: #C0C0C0. Windows color (decimal): -9769290 or 11988586. OLE color: 11988586.

HSL color Cylindrical-coordinate representation of color #6AEEB6: hue angle of 154.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEB6 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 238 182 -
CMYK 0.55 0 0.24 0.07
HSL 154.55º 0.8% 0.67% -
HSV(B) 154.55º 0.55% 0.93% -
XYZ 44.96 67.59 54.93 -
YUV 192.15 122.27 66.55 -
System Red Green Blue C M Y K H S L
Decimal 106 238 182 0.55 0 0.24 0.07 154.55 0.8 0.67
Hex 6A EE B6 37 0 18 7 9B 50 43
Octal 152 356 266 67 0 30 7 233 120 103
Binary 1101010 11101110 10110110 110111 0 11000 111 10011011 1010000 1000011

Color Harmonies of #6AEEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEEB6

Black with #6AEEB6

Text Example


Text Example

White with #6AEEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,238,182); }

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

background-color css

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

 a { background-color: rgb(106,238,182); }

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

border-color css

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

 span { border-color: rgb(106,238,182); }

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