Html Css Color HEX #6FE4BA Downy

📋 copy color: '#6FE4BA'

red 111 ◦ green 228 ◦ blue 186

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

Shades of Downy #6FE4BA

Tints of Downy #6FE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.43%

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

R = 21.14%
G = 43.43%
B = 35.43%

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

#6FE4BA (or 0x6FE4BA) is known color: Downy. HEX triplet: 6F, E4 and BA. RGB value is (111,228,186). Sum of RGB (Red+Green+Blue) = 111+228+186=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4BA is #901B45. Grayscale: #BCBCBC. Windows color (decimal): -9444166 or 12248175. OLE color: 12248175.

HSL color Cylindrical-coordinate representation of color #6FE4BA: hue angle of 158.46º degrees, saturation: 0.68, 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 #6FE4BA is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 228 186 -
CMYK 0.51 0 0.18 0.11
HSL 158.46º 0.68% 0.66% -
HSV(B) 158.46º 0.51% 0.89% -
XYZ 43.16 62.41 56.23 -
YUV 188.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 111 228 186 0.51 0 0.18 0.11 158.46 0.68 0.66
Hex 6F E4 BA 33 0 12 B 9E 44 42
Octal 157 344 272 63 0 22 13 236 104 102
Binary 1101111 11100100 10111010 110011 0 10010 1011 10011110 1000100 1000010

Color Harmonies of #6FE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4BA

Black with #6FE4BA

Text Example


Text Example

White with #6FE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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