Html Css Color HEX #74E2BD Downy

📋 copy color: '#74E2BD'

red 116 ◦ green 226 ◦ blue 189

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

Shades of Downy #74E2BD

Tints of Downy #74E2BD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 21.85%
G = 42.56%
B = 35.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#74E2BD (or 0x74E2BD) is known color: Downy. HEX triplet: 74, E2 and BD. RGB value is (116,226,189). Sum of RGB (Red+Green+Blue) = 116+226+189=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E2BD is #8B1D42. Grayscale: #BCBCBC. Windows color (decimal): -9116995 or 12444276. OLE color: 12444276.

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

Color convert

RGB 116 226 189 -
CMYK 0.49 0 0.16 0.11
HSL 159.82º 0.65% 0.67% -
HSV(B) 159.82º 0.49% 0.89% -
XYZ 43.58 61.78 57.77 -
YUV 188.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 116 226 189 0.49 0 0.16 0.11 159.82 0.65 0.67
Hex 74 E2 BD 31 0 10 B A0 41 43
Octal 164 342 275 61 0 20 13 240 101 103
Binary 1110100 11100010 10111101 110001 0 10000 1011 10100000 1000001 1000011

Color Harmonies of #74E2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E2BD

Black with #74E2BD

Text Example


Text Example

White with #74E2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,226,189); }

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

background-color css

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

 a { background-color: rgb(116,226,189); }

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

border-color css

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

 span { border-color: rgb(116,226,189); }

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