Html Css Color HEX #74D2BA Downy

📋 copy color: '#74D2BA'

red 116 ◦ green 210 ◦ blue 186

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

Shades of Downy #74D2BA

Tints of Downy #74D2BA

RGB

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

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

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

R = 22.66%
G = 41.02%
B = 36.33%

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

#74D2BA (or 0x74D2BA) is known color: Downy. HEX triplet: 74, D2 and BA. RGB value is (116,210,186). Sum of RGB (Red+Green+Blue) = 116+210+186=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2BA is #8B2D45. Grayscale: #B3B3B3. Windows color (decimal): -9121094 or 12243572. OLE color: 12243572.

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

Color convert

RGB 116 210 186 -
CMYK 0.45 0 0.11 0.18
HSL 164.68º 0.51% 0.64% -
HSV(B) 164.68º 0.45% 0.82% -
XYZ 39.11 53.35 54.69 -
YUV 179.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 116 210 186 0.45 0 0.11 0.18 164.68 0.51 0.64
Hex 74 D2 BA 2D 0 B 12 A5 33 40
Octal 164 322 272 55 0 13 22 245 63 100
Binary 1110100 11010010 10111010 101101 0 1011 10010 10100101 110011 1000000

Color Harmonies of #74D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2BA

Black with #74D2BA

Text Example


Text Example

White with #74D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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