Html Css Color HEX #75DFB8 Downy

📋 copy color: '#75DFB8'

red 117 ◦ green 223 ◦ blue 184

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

Shades of Downy #75DFB8

Tints of Downy #75DFB8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 22.33%
G = 42.56%
B = 35.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#75DFB8 (or 0x75DFB8) is known color: Downy. HEX triplet: 75, DF and B8. RGB value is (117,223,184). Sum of RGB (Red+Green+Blue) = 117+223+184=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFB8 is #8A2047. Grayscale: #BABABA. Windows color (decimal): -9052232 or 12115829. OLE color: 12115829.

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

Color convert

RGB 117 223 184 -
CMYK 0.48 0 0.17 0.13
HSL 157.92º 0.62% 0.67% -
HSV(B) 157.92º 0.48% 0.87% -
XYZ 42.38 60.02 54.7 -
YUV 186.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 117 223 184 0.48 0 0.17 0.13 157.92 0.62 0.67
Hex 75 DF B8 30 0 11 D 9E 3E 43
Octal 165 337 270 60 0 21 15 236 76 103
Binary 1110101 11011111 10111000 110000 0 10001 1101 10011110 111110 1000011

Color Harmonies of #75DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFB8

Black with #75DFB8

Text Example


Text Example

White with #75DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,184); }

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

background-color css

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

 a { background-color: rgb(117,223,184); }

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

border-color css

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

 span { border-color: rgb(117,223,184); }

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