Html Css Color HEX #6FE2BA Downy

📋 copy color: '#6FE2BA'

red 111 ◦ green 226 ◦ blue 186

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

Shades of Downy #6FE2BA

Tints of Downy #6FE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

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

R = 21.22%
G = 43.21%
B = 35.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#6FE2BA (or 0x6FE2BA) is known color: Downy. HEX triplet: 6F, E2 and BA. RGB value is (111,226,186). Sum of RGB (Red+Green+Blue) = 111+226+186=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2BA is #901D45. Grayscale: #BBBBBB. Windows color (decimal): -9444678 or 12247663. OLE color: 12247663.

HSL color Cylindrical-coordinate representation of color #6FE2BA: hue angle of 159.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE2BA is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 226 186 -
CMYK 0.51 0 0.18 0.11
HSL 159.13º 0.66% 0.66% -
HSV(B) 159.13º 0.51% 0.89% -
XYZ 42.61 61.32 56.04 -
YUV 187.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 111 226 186 0.51 0 0.18 0.11 159.13 0.66 0.66
Hex 6F E2 BA 33 0 12 B 9F 42 42
Octal 157 342 272 63 0 22 13 237 102 102
Binary 1101111 11100010 10111010 110011 0 10010 1011 10011111 1000010 1000010

Color Harmonies of #6FE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE2BA

Black with #6FE2BA

Text Example


Text Example

White with #6FE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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