Html Css Color HEX #74EABF Downy

📋 copy color: '#74EABF'

red 116 ◦ green 234 ◦ blue 191

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

Shades of Downy #74EABF

Tints of Downy #74EABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.3%

R = 21.44%
G = 43.25%
B = 35.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#74EABF (or 0x74EABF) is known color: Downy. HEX triplet: 74, EA and BF. RGB value is (116,234,191). Sum of RGB (Red+Green+Blue) = 116+234+191=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #74EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EABF is #8B1540. Grayscale: #C1C1C1. Windows color (decimal): -9114945 or 12577396. OLE color: 12577396.

HSL color Cylindrical-coordinate representation of color #74EABF: hue angle of 158.14º 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 #74EABF is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 191 -
CMYK 0.50 0 0.18 0.08
HSL 158.14º 0.74% 0.69% -
HSV(B) 158.14º 0.5% 0.92% -
XYZ 46.03 66.32 59.67 -
YUV 193.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 116 234 191 0.50 0 0.18 0.08 158.14 0.74 0.69
Hex 74 EA BF 32 0 12 8 9E 4A 45
Octal 164 352 277 62 0 22 10 236 112 105
Binary 1110100 11101010 10111111 110010 0 10010 1000 10011110 1001010 1000101

Color Harmonies of #74EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EABF

Black with #74EABF

Text Example


Text Example

White with #74EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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