Html Css Color HEX #75EABC Downy

📋 copy color: '#75EABC'

red 117 ◦ green 234 ◦ blue 188

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

Shades of Downy #75EABC

Tints of Downy #75EABC

RGB

 RED value IS 117 (46.09% from 255) = 21.71%

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

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

R = 21.71%
G = 43.41%
B = 34.88%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#75EABC (or 0x75EABC) is known color: Downy. HEX triplet: 75, EA and BC. RGB value is (117,234,188). Sum of RGB (Red+Green+Blue) = 117+234+188=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #75EABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EABC is #8A1543. Grayscale: #C1C1C1. Windows color (decimal): -9049412 or 12380789. OLE color: 12380789.

HSL color Cylindrical-coordinate representation of color #75EABC: hue angle of 156.41º 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 #75EABC is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 188 -
CMYK 0.5 0 0.20 0.08
HSL 156.41º 0.74% 0.69% -
HSV(B) 156.41º 0.5% 0.92% -
XYZ 45.84 66.26 57.95 -
YUV 193.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 117 234 188 0.5 0 0.20 0.08 156.41 0.74 0.69
Hex 75 EA BC 32 0 14 8 9C 4A 45
Octal 165 352 274 62 0 24 10 234 112 105
Binary 1110101 11101010 10111100 110010 0 10100 1000 10011100 1001010 1000101

Color Harmonies of #75EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EABC

Black with #75EABC

Text Example


Text Example

White with #75EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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