Html Css Color HEX #6FEABA Downy

📋 copy color: '#6FEABA'

red 111 ◦ green 234 ◦ blue 186

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

Shades of Downy #6FEABA

Tints of Downy #6FEABA

RGB

 RED value IS 111 (43.75% from 255) = 20.9%

 GREEN value IS 234 (91.8% from 255) = 44.07%

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

R = 20.9%
G = 44.07%
B = 35.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#6FEABA (or 0x6FEABA) is known color: Downy. HEX triplet: 6F, EA and BA. RGB value is (111,234,186). Sum of RGB (Red+Green+Blue) = 111+234+186=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEABA is #901545. Grayscale: #BFBFBF. Windows color (decimal): -9442630 or 12249711. OLE color: 12249711.

HSL color Cylindrical-coordinate representation of color #6FEABA: hue angle of 156.59º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEABA is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 234 186 -
CMYK 0.53 0 0.21 0.08
HSL 156.59º 0.75% 0.68% -
HSV(B) 156.59º 0.53% 0.92% -
XYZ 44.84 65.77 56.79 -
YUV 191.75 124.75 70.4 -
System Red Green Blue C M Y K H S L
Decimal 111 234 186 0.53 0 0.21 0.08 156.59 0.75 0.68
Hex 6F EA BA 35 0 15 8 9D 4B 44
Octal 157 352 272 65 0 25 10 235 113 104
Binary 1101111 11101010 10111010 110101 0 10101 1000 10011101 1001011 1000100

Color Harmonies of #6FEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEABA

Black with #6FEABA

Text Example


Text Example

White with #6FEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,234,186); }

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

background-color css

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

 a { background-color: rgb(111,234,186); }

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

border-color css

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

 span { border-color: rgb(111,234,186); }

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