Html Css Color HEX #75ECBA Downy

📋 copy color: '#75ECBA'

red 117 ◦ green 236 ◦ blue 186

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

Shades of Downy #75ECBA

Tints of Downy #75ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

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

R = 21.71%
G = 43.78%
B = 34.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#75ECBA (or 0x75ECBA) is known color: Downy. HEX triplet: 75, EC and BA. RGB value is (117,236,186). Sum of RGB (Red+Green+Blue) = 117+236+186=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECBA is #8A1345. Grayscale: #C2C2C2. Windows color (decimal): -9048902 or 12250229. OLE color: 12250229.

HSL color Cylindrical-coordinate representation of color #75ECBA: hue angle of 154.79º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECBA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 186 -
CMYK 0.50 0 0.21 0.07
HSL 154.79º 0.76% 0.69% -
HSV(B) 154.79º 0.5% 0.93% -
XYZ 46.19 67.32 57.01 -
YUV 194.72 123.08 72.57 -
System Red Green Blue C M Y K H S L
Decimal 117 236 186 0.50 0 0.21 0.07 154.79 0.76 0.69
Hex 75 EC BA 32 0 15 7 9B 4C 45
Octal 165 354 272 62 0 25 7 233 114 105
Binary 1110101 11101100 10111010 110010 0 10101 111 10011011 1001100 1000101

Color Harmonies of #75ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECBA

Black with #75ECBA

Text Example


Text Example

White with #75ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,236,186); }

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

background-color css

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

 a { background-color: rgb(117,236,186); }

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

border-color css

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

 span { border-color: rgb(117,236,186); }

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