Html Css Color HEX #6FEDBA Downy

📋 copy color: '#6FEDBA'

red 111 ◦ green 237 ◦ blue 186

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

Shades of Downy #6FEDBA

Tints of Downy #6FEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.38%

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

R = 20.79%
G = 44.38%
B = 34.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#6FEDBA (or 0x6FEDBA) is known color: Downy. HEX triplet: 6F, ED and BA. RGB value is (111,237,186). Sum of RGB (Red+Green+Blue) = 111+237+186=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDBA is #901245. Grayscale: #C1C1C1. Windows color (decimal): -9441862 or 12250479. OLE color: 12250479.

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

Color convert

RGB 111 237 186 -
CMYK 0.53 0 0.22 0.07
HSL 155.71º 0.78% 0.68% -
HSV(B) 155.71º 0.53% 0.93% -
XYZ 45.7 67.49 57.07 -
YUV 193.51 123.76 69.15 -
System Red Green Blue C M Y K H S L
Decimal 111 237 186 0.53 0 0.22 0.07 155.71 0.78 0.68
Hex 6F ED BA 35 0 16 7 9C 4E 44
Octal 157 355 272 65 0 26 7 234 116 104
Binary 1101111 11101101 10111010 110101 0 10110 111 10011100 1001110 1000100

Color Harmonies of #6FEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDBA

Black with #6FEDBA

Text Example


Text Example

White with #6FEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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