Html Css Color HEX #75DFC1 Downy

📋 copy color: '#75DFC1'

red 117 ◦ green 223 ◦ blue 193

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

Shades of Downy #75DFC1

Tints of Downy #75DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.21%

R = 21.95%
G = 41.84%
B = 36.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#75DFC1 (or 0x75DFC1) is known color: Downy. HEX triplet: 75, DF and C1. RGB value is (117,223,193). Sum of RGB (Red+Green+Blue) = 117+223+193=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFC1 is #8A203E. Grayscale: #BBBBBB. Windows color (decimal): -9052223 or 12705653. OLE color: 12705653.

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

Color convert

RGB 117 223 193 -
CMYK 0.48 0 0.13 0.13
HSL 163.02º 0.62% 0.67% -
HSV(B) 163.02º 0.48% 0.87% -
XYZ 43.35 60.41 59.83 -
YUV 187.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 117 223 193 0.48 0 0.13 0.13 163.02 0.62 0.67
Hex 75 DF C1 30 0 D D A3 3E 43
Octal 165 337 301 60 0 15 15 243 76 103
Binary 1110101 11011111 11000001 110000 0 1101 1101 10100011 111110 1000011

Color Harmonies of #75DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFC1

Black with #75DFC1

Text Example


Text Example

White with #75DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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