Html Css Color HEX #74D5BA Downy

📋 copy color: '#74D5BA'

red 116 ◦ green 213 ◦ blue 186

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

Shades of Downy #74D5BA

Tints of Downy #74D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

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

R = 22.52%
G = 41.36%
B = 36.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#74D5BA (or 0x74D5BA) is known color: Downy. HEX triplet: 74, D5 and BA. RGB value is (116,213,186). Sum of RGB (Red+Green+Blue) = 116+213+186=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D5BA is #8B2A45. Grayscale: #B4B4B4. Windows color (decimal): -9120326 or 12244340. OLE color: 12244340.

HSL color Cylindrical-coordinate representation of color #74D5BA: hue angle of 163.3º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D5BA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 213 186 -
CMYK 0.46 0 0.13 0.16
HSL 163.3º 0.54% 0.65% -
HSV(B) 163.3º 0.46% 0.84% -
XYZ 39.86 54.85 54.94 -
YUV 180.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 116 213 186 0.46 0 0.13 0.16 163.3 0.54 0.65
Hex 74 D5 BA 2E 0 D 10 A3 36 41
Octal 164 325 272 56 0 15 20 243 66 101
Binary 1110100 11010101 10111010 101110 0 1101 10000 10100011 110110 1000001

Color Harmonies of #74D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D5BA

Black with #74D5BA

Text Example


Text Example

White with #74D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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