Html Css Color HEX #6FE5BA Downy

📋 copy color: '#6FE5BA'

red 111 ◦ green 229 ◦ blue 186

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

Shades of Downy #6FE5BA

Tints of Downy #6FE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.54%

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

R = 21.1%
G = 43.54%
B = 35.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#6FE5BA (or 0x6FE5BA) is known color: Downy. HEX triplet: 6F, E5 and BA. RGB value is (111,229,186). Sum of RGB (Red+Green+Blue) = 111+229+186=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5BA is #901A45. Grayscale: #BCBCBC. Windows color (decimal): -9443910 or 12248431. OLE color: 12248431.

HSL color Cylindrical-coordinate representation of color #6FE5BA: hue angle of 158.14º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5BA is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 229 186 -
CMYK 0.52 0 0.19 0.10
HSL 158.14º 0.69% 0.67% -
HSV(B) 158.14º 0.52% 0.9% -
XYZ 43.44 62.96 56.32 -
YUV 188.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 111 229 186 0.52 0 0.19 0.10 158.14 0.69 0.67
Hex 6F E5 BA 34 0 13 A 9E 45 43
Octal 157 345 272 64 0 23 12 236 105 103
Binary 1101111 11100101 10111010 110100 0 10011 1010 10011110 1000101 1000011

Color Harmonies of #6FE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5BA

Black with #6FE5BA

Text Example


Text Example

White with #6FE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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