Html Css Color HEX #74EAC5 Downy

📋 copy color: '#74EAC5'

red 116 ◦ green 234 ◦ blue 197

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

Shades of Downy #74EAC5

Tints of Downy #74EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 21.21%
G = 42.78%
B = 36.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#74EAC5 (or 0x74EAC5) is known color: Downy. HEX triplet: 74, EA and C5. RGB value is (116,234,197). Sum of RGB (Red+Green+Blue) = 116+234+197=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAC5 is #8B153A. Grayscale: #C2C2C2. Windows color (decimal): -9114939 or 12970612. OLE color: 12970612.

HSL color Cylindrical-coordinate representation of color #74EAC5: hue angle of 161.19º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAC5 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 197 -
CMYK 0.50 0 0.16 0.08
HSL 161.19º 0.74% 0.69% -
HSV(B) 161.19º 0.5% 0.92% -
XYZ 46.7 66.59 63.21 -
YUV 194.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 116 234 197 0.50 0 0.16 0.08 161.19 0.74 0.69
Hex 74 EA C5 32 0 10 8 A1 4A 45
Octal 164 352 305 62 0 20 10 241 112 105
Binary 1110100 11101010 11000101 110010 0 10000 1000 10100001 1001010 1000101

Color Harmonies of #74EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EAC5

Black with #74EAC5

Text Example


Text Example

White with #74EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,234,197); }

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

background-color css

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

 a { background-color: rgb(116,234,197); }

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

border-color css

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

 span { border-color: rgb(116,234,197); }

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