Html Css Color HEX #74EABA Downy

📋 copy color: '#74EABA'

red 116 ◦ green 234 ◦ blue 186

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

Shades of Downy #74EABA

Tints of Downy #74EABA

RGB

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

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

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

R = 21.64%
G = 43.66%
B = 34.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#74EABA (or 0x74EABA) is known color: Downy. HEX triplet: 74, EA and BA. RGB value is (116,234,186). Sum of RGB (Red+Green+Blue) = 116+234+186=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #74EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EABA is #8B1545. Grayscale: #C1C1C1. Windows color (decimal): -9114950 or 12249716. OLE color: 12249716.

HSL color Cylindrical-coordinate representation of color #74EABA: hue angle of 155.59º 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 #74EABA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 186 -
CMYK 0.50 0 0.21 0.08
HSL 155.59º 0.74% 0.69% -
HSV(B) 155.59º 0.5% 0.92% -
XYZ 45.49 66.1 56.82 -
YUV 193.25 123.91 72.9 -
System Red Green Blue C M Y K H S L
Decimal 116 234 186 0.50 0 0.21 0.08 155.59 0.74 0.69
Hex 74 EA BA 32 0 15 8 9C 4A 45
Octal 164 352 272 62 0 25 10 234 112 105
Binary 1110100 11101010 10111010 110010 0 10101 1000 10011100 1001010 1000101

Color Harmonies of #74EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EABA

Black with #74EABA

Text Example


Text Example

White with #74EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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