Html Css Color HEX #74DCBE Downy

📋 copy color: '#74DCBE'

red 116 ◦ green 220 ◦ blue 190

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

Shades of Downy #74DCBE

Tints of Downy #74DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 22.05%
G = 41.83%
B = 36.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#74DCBE (or 0x74DCBE) is known color: Downy. HEX triplet: 74, DC and BE. RGB value is (116,220,190). Sum of RGB (Red+Green+Blue) = 116+220+190=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCBE is #8B2341. Grayscale: #B9B9B9. Windows color (decimal): -9118530 or 12508276. OLE color: 12508276.

HSL color Cylindrical-coordinate representation of color #74DCBE: hue angle of 162.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCBE is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 190 -
CMYK 0.47 0 0.14 0.14
HSL 162.69º 0.6% 0.66% -
HSV(B) 162.69º 0.47% 0.86% -
XYZ 42.09 58.62 57.81 -
YUV 185.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 116 220 190 0.47 0 0.14 0.14 162.69 0.6 0.66
Hex 74 DC BE 2F 0 E E A3 3C 42
Octal 164 334 276 57 0 16 16 243 74 102
Binary 1110100 11011100 10111110 101111 0 1110 1110 10100011 111100 1000010

Color Harmonies of #74DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCBE

Black with #74DCBE

Text Example


Text Example

White with #74DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,190); }

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

background-color css

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

 a { background-color: rgb(116,220,190); }

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

border-color css

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

 span { border-color: rgb(116,220,190); }

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