Html Css Color HEX #75E3BC Downy

📋 copy color: '#75E3BC'

red 117 ◦ green 227 ◦ blue 188

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

Shades of Downy #75E3BC

Tints of Downy #75E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.67%

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

R = 21.99%
G = 42.67%
B = 35.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#75E3BC (or 0x75E3BC) is known color: Downy. HEX triplet: 75, E3 and BC. RGB value is (117,227,188). Sum of RGB (Red+Green+Blue) = 117+227+188=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3BC is #8A1C43. Grayscale: #BDBDBD. Windows color (decimal): -9051204 or 12378997. OLE color: 12378997.

HSL color Cylindrical-coordinate representation of color #75E3BC: hue angle of 158.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3BC is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 188 -
CMYK 0.48 0 0.17 0.11
HSL 158.73º 0.66% 0.67% -
HSV(B) 158.73º 0.48% 0.89% -
XYZ 43.88 62.35 57.3 -
YUV 189.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 117 227 188 0.48 0 0.17 0.11 158.73 0.66 0.67
Hex 75 E3 BC 30 0 11 B 9F 42 43
Octal 165 343 274 60 0 21 13 237 102 103
Binary 1110101 11100011 10111100 110000 0 10001 1011 10011111 1000010 1000011

Color Harmonies of #75E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E3BC

Black with #75E3BC

Text Example


Text Example

White with #75E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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