Html Css Color HEX #74DFBA Downy

📋 copy color: '#74DFBA'

red 116 ◦ green 223 ◦ blue 186

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

Shades of Downy #74DFBA

Tints of Downy #74DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 22.1%
G = 42.48%
B = 35.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#74DFBA (or 0x74DFBA) is known color: Downy. HEX triplet: 74, DF and BA. RGB value is (116,223,186). Sum of RGB (Red+Green+Blue) = 116+223+186=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFBA is #8B2045. Grayscale: #BABABA. Windows color (decimal): -9117766 or 12246900. OLE color: 12246900.

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

Color convert

RGB 116 223 186 -
CMYK 0.48 0 0.17 0.13
HSL 159.25º 0.63% 0.66% -
HSV(B) 159.25º 0.48% 0.87% -
XYZ 42.45 60.03 55.8 -
YUV 186.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 116 223 186 0.48 0 0.17 0.13 159.25 0.63 0.66
Hex 74 DF BA 30 0 11 D 9F 3F 42
Octal 164 337 272 60 0 21 15 237 77 102
Binary 1110100 11011111 10111010 110000 0 10001 1101 10011111 111111 1000010

Color Harmonies of #74DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFBA

Black with #74DFBA

Text Example


Text Example

White with #74DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,186); }

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

background-color css

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

 a { background-color: rgb(116,223,186); }

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

border-color css

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

 span { border-color: rgb(116,223,186); }

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