Html Css Color HEX #74E4BA Downy

📋 copy color: '#74E4BA'

red 116 ◦ green 228 ◦ blue 186

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

Shades of Downy #74E4BA

Tints of Downy #74E4BA

RGB

 RED value IS 116 (45.7% from 255) = 21.89%

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

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

R = 21.89%
G = 43.02%
B = 35.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#74E4BA (or 0x74E4BA) is known color: Downy. HEX triplet: 74, E4 and BA. RGB value is (116,228,186). Sum of RGB (Red+Green+Blue) = 116+228+186=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #74E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E4BA is #8B1B45. Grayscale: #BDBDBD. Windows color (decimal): -9116486 or 12248180. OLE color: 12248180.

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

Color convert

RGB 116 228 186 -
CMYK 0.49 0 0.18 0.11
HSL 157.5º 0.67% 0.67% -
HSV(B) 157.5º 0.49% 0.89% -
XYZ 43.81 62.74 56.26 -
YUV 189.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 116 228 186 0.49 0 0.18 0.11 157.5 0.67 0.67
Hex 74 E4 BA 31 0 12 B 9E 43 43
Octal 164 344 272 61 0 22 13 236 103 103
Binary 1110100 11100100 10111010 110001 0 10010 1011 10011110 1000011 1000011

Color Harmonies of #74E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E4BA

Black with #74E4BA

Text Example


Text Example

White with #74E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E4BA; }

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

 H1.HeaderClassName
 {
   color: #74E4BA;
 }
 .AnyTagClassName
 {
   color: #74E4BA;
 }
</style>

background-color css

<style>
 a { background-color: #74E4BA; }

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

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

border-color css

<style>
 span { border-color: #74E4BA; }

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

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