Html Css Color HEX #74D2BB Downy

📋 copy color: '#74D2BB'

red 116 ◦ green 210 ◦ blue 187

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

Shades of Downy #74D2BB

Tints of Downy #74D2BB

RGB

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

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

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

R = 22.61%
G = 40.94%
B = 36.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#74D2BB (or 0x74D2BB) is known color: Downy. HEX triplet: 74, D2 and BB. RGB value is (116,210,187). Sum of RGB (Red+Green+Blue) = 116+210+187=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2BB is #8B2D44. Grayscale: #B3B3B3. Windows color (decimal): -9121093 or 12309108. OLE color: 12309108.

HSL color Cylindrical-coordinate representation of color #74D2BB: hue angle of 165.32º 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 #74D2BB is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 187 -
CMYK 0.45 0 0.11 0.18
HSL 165.32º 0.51% 0.64% -
HSV(B) 165.32º 0.45% 0.82% -
XYZ 39.22 53.39 55.25 -
YUV 179.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 116 210 187 0.45 0 0.11 0.18 165.32 0.51 0.64
Hex 74 D2 BB 2D 0 B 12 A5 33 40
Octal 164 322 273 55 0 13 22 245 63 100
Binary 1110100 11010010 10111011 101101 0 1011 10010 10100101 110011 1000000

Color Harmonies of #74D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2BB

Black with #74D2BB

Text Example


Text Example

White with #74D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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