Html Css Color HEX #74D3B7 Downy

📋 copy color: '#74D3B7'

red 116 ◦ green 211 ◦ blue 183

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

Shades of Downy #74D3B7

Tints of Downy #74D3B7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.37%

 BLUE value IS 183 (71.88% from 255) = 35.88%

R = 22.75%
G = 41.37%
B = 35.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#74D3B7 (or 0x74D3B7) is known color: Downy. HEX triplet: 74, D3 and B7. RGB value is (116,211,183). Sum of RGB (Red+Green+Blue) = 116+211+183=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3B7 is #8B2C48. Grayscale: #B3B3B3. Windows color (decimal): -9120841 or 12047220. OLE color: 12047220.

HSL color Cylindrical-coordinate representation of color #74D3B7: hue angle of 162.32º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D3B7 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 211 183 -
CMYK 0.45 0 0.13 0.17
HSL 162.32º 0.52% 0.64% -
HSV(B) 162.32º 0.45% 0.83% -
XYZ 39.04 53.72 53.11 -
YUV 179.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 116 211 183 0.45 0 0.13 0.17 162.32 0.52 0.64
Hex 74 D3 B7 2D 0 D 11 A2 34 40
Octal 164 323 267 55 0 15 21 242 64 100
Binary 1110100 11010011 10110111 101101 0 1101 10001 10100010 110100 1000000

Color Harmonies of #74D3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D3B7

Black with #74D3B7

Text Example


Text Example

White with #74D3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,211,183); }

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

background-color css

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

 a { background-color: rgb(116,211,183); }

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

border-color css

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

 span { border-color: rgb(116,211,183); }

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