Html Css Color HEX #74EABC Downy

📋 copy color: '#74EABC'

red 116 ◦ green 234 ◦ blue 188

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

Shades of Downy #74EABC

Tints of Downy #74EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.49%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 21.56%
G = 43.49%
B = 34.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#74EABC (or 0x74EABC) is known color: Downy. HEX triplet: 74, EA and BC. RGB value is (116,234,188). Sum of RGB (Red+Green+Blue) = 116+234+188=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #74EABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EABC is #8B1543. Grayscale: #C1C1C1. Windows color (decimal): -9114948 or 12380788. OLE color: 12380788.

HSL color Cylindrical-coordinate representation of color #74EABC: hue angle of 156.61º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EABC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 188 -
CMYK 0.50 0 0.20 0.08
HSL 156.61º 0.74% 0.69% -
HSV(B) 156.61º 0.5% 0.92% -
XYZ 45.7 66.19 57.94 -
YUV 193.47 124.91 72.74 -
System Red Green Blue C M Y K H S L
Decimal 116 234 188 0.50 0 0.20 0.08 156.61 0.74 0.69
Hex 74 EA BC 32 0 14 8 9D 4A 45
Octal 164 352 274 62 0 24 10 235 112 105
Binary 1110100 11101010 10111100 110010 0 10100 1000 10011101 1001010 1000101

Color Harmonies of #74EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EABC

Black with #74EABC

Text Example


Text Example

White with #74EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,234,188); }

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

background-color css

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

 a { background-color: rgb(116,234,188); }

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

border-color css

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

 span { border-color: rgb(116,234,188); }

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