Html Css Color HEX #75DEBC Downy

📋 copy color: '#75DEBC'

red 117 ◦ green 222 ◦ blue 188

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

Shades of Downy #75DEBC

Tints of Downy #75DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.13%

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

R = 22.2%
G = 42.13%
B = 35.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#75DEBC (or 0x75DEBC) is known color: Downy. HEX triplet: 75, DE and BC. RGB value is (117,222,188). Sum of RGB (Red+Green+Blue) = 117+222+188=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #75DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DEBC is #8A2143. Grayscale: #BABABA. Windows color (decimal): -9052484 or 12377717. OLE color: 12377717.

HSL color Cylindrical-coordinate representation of color #75DEBC: hue angle of 160.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DEBC is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 222 188 -
CMYK 0.47 0 0.15 0.13
HSL 160.57º 0.61% 0.66% -
HSV(B) 160.57º 0.47% 0.87% -
XYZ 42.53 59.66 56.85 -
YUV 186.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 117 222 188 0.47 0 0.15 0.13 160.57 0.61 0.66
Hex 75 DE BC 2F 0 F D A1 3D 42
Octal 165 336 274 57 0 17 15 241 75 102
Binary 1110101 11011110 10111100 101111 0 1111 1101 10100001 111101 1000010

Color Harmonies of #75DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DEBC

Black with #75DEBC

Text Example


Text Example

White with #75DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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