Html Css Color HEX #74DDBF Downy

📋 copy color: '#74DDBF'

red 116 ◦ green 221 ◦ blue 191

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

Shades of Downy #74DDBF

Tints of Downy #74DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

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

R = 21.97%
G = 41.86%
B = 36.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#74DDBF (or 0x74DDBF) is known color: Downy. HEX triplet: 74, DD and BF. RGB value is (116,221,191). Sum of RGB (Red+Green+Blue) = 116+221+191=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDBF is #8B2240. Grayscale: #BABABA. Windows color (decimal): -9118273 or 12574068. OLE color: 12574068.

HSL color Cylindrical-coordinate representation of color #74DDBF: hue angle of 162.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DDBF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 191 -
CMYK 0.48 0 0.14 0.13
HSL 162.86º 0.61% 0.66% -
HSV(B) 162.86º 0.48% 0.87% -
XYZ 42.46 59.19 58.48 -
YUV 186.19 130.71 77.94 -
System Red Green Blue C M Y K H S L
Decimal 116 221 191 0.48 0 0.14 0.13 162.86 0.61 0.66
Hex 74 DD BF 30 0 E D A3 3D 42
Octal 164 335 277 60 0 16 15 243 75 102
Binary 1110100 11011101 10111111 110000 0 1110 1101 10100011 111101 1000010

Color Harmonies of #74DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDBF

Black with #74DDBF

Text Example


Text Example

White with #74DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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