Html Css Color HEX #74DBBD Downy

📋 copy color: '#74DBBD'

red 116 ◦ green 219 ◦ blue 189

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

Shades of Downy #74DBBD

Tints of Downy #74DBBD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 22.14%
G = 41.79%
B = 36.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#74DBBD (or 0x74DBBD) is known color: Downy. HEX triplet: 74, DB and BD. RGB value is (116,219,189). Sum of RGB (Red+Green+Blue) = 116+219+189=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBBD is #8B2442. Grayscale: #B8B8B8. Windows color (decimal): -9118787 or 12442484. OLE color: 12442484.

HSL color Cylindrical-coordinate representation of color #74DBBD: hue angle of 162.52º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBBD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 189 -
CMYK 0.47 0 0.14 0.14
HSL 162.52º 0.59% 0.66% -
HSV(B) 162.52º 0.47% 0.86% -
XYZ 41.72 58.05 57.15 -
YUV 184.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 116 219 189 0.47 0 0.14 0.14 162.52 0.59 0.66
Hex 74 DB BD 2F 0 E E A3 3B 42
Octal 164 333 275 57 0 16 16 243 73 102
Binary 1110100 11011011 10111101 101111 0 1110 1110 10100011 111011 1000010

Color Harmonies of #74DBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBBD

Black with #74DBBD

Text Example


Text Example

White with #74DBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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