Html Css Color HEX #75DFCB Downy

📋 copy color: '#75DFCB'

red 117 ◦ green 223 ◦ blue 203

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

Shades of Downy #75DFCB

Tints of Downy #75DFCB

RGB

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

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

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

R = 21.55%
G = 41.07%
B = 37.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#75DFCB (or 0x75DFCB) is known color: Downy. HEX triplet: 75, DF and CB. RGB value is (117,223,203). Sum of RGB (Red+Green+Blue) = 117+223+203=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFCB is #8A2034. Grayscale: #BDBDBD. Windows color (decimal): -9052213 or 13361013. OLE color: 13361013.

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

Color convert

RGB 117 223 203 -
CMYK 0.48 0 0.09 0.13
HSL 168.68º 0.62% 0.67% -
HSV(B) 168.68º 0.48% 0.87% -
XYZ 44.5 60.87 65.9 -
YUV 189.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 117 223 203 0.48 0 0.09 0.13 168.68 0.62 0.67
Hex 75 DF CB 30 0 9 D A9 3E 43
Octal 165 337 313 60 0 11 15 251 76 103
Binary 1110101 11011111 11001011 110000 0 1001 1101 10101001 111110 1000011

Color Harmonies of #75DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFCB

Black with #75DFCB

Text Example


Text Example

White with #75DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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