Html Css Color HEX #74D2BF Downy

📋 copy color: '#74D2BF'

red 116 ◦ green 210 ◦ blue 191

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

Shades of Downy #74D2BF

Tints of Downy #74D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 22.44%
G = 40.62%
B = 36.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#74D2BF (or 0x74D2BF) is known color: Downy. HEX triplet: 74, D2 and BF. RGB value is (116,210,191). Sum of RGB (Red+Green+Blue) = 116+210+191=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2BF is #8B2D40. Grayscale: #B3B3B3. Windows color (decimal): -9121089 or 12571252. OLE color: 12571252.

HSL color Cylindrical-coordinate representation of color #74D2BF: hue angle of 167.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D2BF is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 191 -
CMYK 0.45 0 0.09 0.18
HSL 167.87º 0.51% 0.64% -
HSV(B) 167.87º 0.45% 0.82% -
XYZ 39.65 53.57 57.54 -
YUV 179.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 116 210 191 0.45 0 0.09 0.18 167.87 0.51 0.64
Hex 74 D2 BF 2D 0 9 12 A8 33 40
Octal 164 322 277 55 0 11 22 250 63 100
Binary 1110100 11010010 10111111 101101 0 1001 10010 10101000 110011 1000000

Color Harmonies of #74D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2BF

Black with #74D2BF

Text Example


Text Example

White with #74D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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