Html Css Color HEX #74E3BA Downy

📋 copy color: '#74E3BA'

red 116 ◦ green 227 ◦ blue 186

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

Shades of Downy #74E3BA

Tints of Downy #74E3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

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

R = 21.93%
G = 42.91%
B = 35.16%

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

#74E3BA (or 0x74E3BA) is known color: Downy. HEX triplet: 74, E3 and BA. RGB value is (116,227,186). Sum of RGB (Red+Green+Blue) = 116+227+186=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E3BA is #8B1C45. Grayscale: #BDBDBD. Windows color (decimal): -9116742 or 12247924. OLE color: 12247924.

HSL color Cylindrical-coordinate representation of color #74E3BA: hue angle of 157.84º degrees, saturation: 0.66, 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 #74E3BA is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 227 186 -
CMYK 0.49 0 0.18 0.11
HSL 157.84º 0.66% 0.67% -
HSV(B) 157.84º 0.49% 0.89% -
XYZ 43.53 62.2 56.16 -
YUV 189.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 116 227 186 0.49 0 0.18 0.11 157.84 0.66 0.67
Hex 74 E3 BA 31 0 12 B 9E 42 43
Octal 164 343 272 61 0 22 13 236 102 103
Binary 1110100 11100011 10111010 110001 0 10010 1011 10011110 1000010 1000011

Color Harmonies of #74E3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E3BA

Black with #74E3BA

Text Example


Text Example

White with #74E3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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