Html Css Color HEX #74DDBB Downy

📋 copy color: '#74DDBB'

red 116 ◦ green 221 ◦ blue 187

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

Shades of Downy #74DDBB

Tints of Downy #74DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 22.14%
G = 42.18%
B = 35.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#74DDBB (or 0x74DDBB) is known color: Downy. HEX triplet: 74, DD and BB. RGB value is (116,221,187). Sum of RGB (Red+Green+Blue) = 116+221+187=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDBB is #8B2244. Grayscale: #B9B9B9. Windows color (decimal): -9118277 or 12311924. OLE color: 12311924.

HSL color Cylindrical-coordinate representation of color #74DDBB: hue angle of 160.57º 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 #74DDBB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 187 -
CMYK 0.48 0 0.15 0.13
HSL 160.57º 0.61% 0.66% -
HSV(B) 160.57º 0.48% 0.87% -
XYZ 42.03 59.01 56.19 -
YUV 185.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 116 221 187 0.48 0 0.15 0.13 160.57 0.61 0.66
Hex 74 DD BB 30 0 F D A1 3D 42
Octal 164 335 273 60 0 17 15 241 75 102
Binary 1110100 11011101 10111011 110000 0 1111 1101 10100001 111101 1000010

Color Harmonies of #74DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDBB

Black with #74DDBB

Text Example


Text Example

White with #74DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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