Html Css Color HEX #74E3B5 Downy

📋 copy color: '#74E3B5'

red 116 ◦ green 227 ◦ blue 181

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

Shades of Downy #74E3B5

Tints of Downy #74E3B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 22.14%
G = 43.32%
B = 34.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#74E3B5 (or 0x74E3B5) is known color: Downy. HEX triplet: 74, E3 and B5. RGB value is (116,227,181). Sum of RGB (Red+Green+Blue) = 116+227+181=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E3B5 is #8B1C4A. Grayscale: #BCBCBC. Windows color (decimal): -9116747 or 11920244. OLE color: 11920244.

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

Color convert

RGB 116 227 181 -
CMYK 0.49 0 0.20 0.11
HSL 155.14º 0.66% 0.67% -
HSV(B) 155.14º 0.49% 0.89% -
XYZ 43.01 61.99 53.41 -
YUV 188.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 116 227 181 0.49 0 0.20 0.11 155.14 0.66 0.67
Hex 74 E3 B5 31 0 14 B 9B 42 43
Octal 164 343 265 61 0 24 13 233 102 103
Binary 1110100 11100011 10110101 110001 0 10100 1011 10011011 1000010 1000011

Color Harmonies of #74E3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E3B5

Black with #74E3B5

Text Example


Text Example

White with #74E3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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