Html Css Color HEX #75DECB Downy

📋 copy color: '#75DECB'

red 117 ◦ green 222 ◦ blue 203

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

Shades of Downy #75DECB

Tints of Downy #75DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 21.59%
G = 40.96%
B = 37.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#75DECB (or 0x75DECB) is known color: Downy. HEX triplet: 75, DE and CB. RGB value is (117,222,203). Sum of RGB (Red+Green+Blue) = 117+222+203=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #75DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DECB is #8A2134. Grayscale: #BCBCBC. Windows color (decimal): -9052469 or 13360757. OLE color: 13360757.

HSL color Cylindrical-coordinate representation of color #75DECB: hue angle of 169.14º 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 #75DECB is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 222 203 -
CMYK 0.47 0 0.09 0.13
HSL 169.14º 0.61% 0.66% -
HSV(B) 169.14º 0.47% 0.87% -
XYZ 44.24 60.34 65.81 -
YUV 188.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 117 222 203 0.47 0 0.09 0.13 169.14 0.61 0.66
Hex 75 DE CB 2F 0 9 D A9 3D 42
Octal 165 336 313 57 0 11 15 251 75 102
Binary 1110101 11011110 11001011 101111 0 1001 1101 10101001 111101 1000010

Color Harmonies of #75DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DECB

Black with #75DECB

Text Example


Text Example

White with #75DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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