Html Css Color HEX #74DAB3 Downy

📋 copy color: '#74DAB3'

red 116 ◦ green 218 ◦ blue 179

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

Shades of Downy #74DAB3

Tints of Downy #74DAB3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 22.61%
G = 42.5%
B = 34.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#74DAB3 (or 0x74DAB3) is known color: Downy. HEX triplet: 74, DA and B3. RGB value is (116,218,179). Sum of RGB (Red+Green+Blue) = 116+218+179=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DAB3 is #8B254C. Grayscale: #B7B7B7. Windows color (decimal): -9119053 or 11786868. OLE color: 11786868.

HSL color Cylindrical-coordinate representation of color #74DAB3: hue angle of 157.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DAB3 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 179 -
CMYK 0.47 0 0.18 0.15
HSL 157.06º 0.58% 0.65% -
HSV(B) 157.06º 0.47% 0.85% -
XYZ 40.41 57.11 51.54 -
YUV 183.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 116 218 179 0.47 0 0.18 0.15 157.06 0.58 0.65
Hex 74 DA B3 2F 0 12 F 9D 3A 41
Octal 164 332 263 57 0 22 17 235 72 101
Binary 1110100 11011010 10110011 101111 0 10010 1111 10011101 111010 1000001

Color Harmonies of #74DAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DAB3

Black with #74DAB3

Text Example


Text Example

White with #74DAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,218,179); }

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

background-color css

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

 a { background-color: rgb(116,218,179); }

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

border-color css

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

 span { border-color: rgb(116,218,179); }

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