Html Css Color HEX #75D9CA Downy

📋 copy color: '#75D9CA'

red 117 ◦ green 217 ◦ blue 202

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

Shades of Downy #75D9CA

Tints of Downy #75D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 21.83%
G = 40.49%
B = 37.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#75D9CA (or 0x75D9CA) is known color: Downy. HEX triplet: 75, D9 and CA. RGB value is (117,217,202). Sum of RGB (Red+Green+Blue) = 117+217+202=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9CA is #8A2635. Grayscale: #B9B9B9. Windows color (decimal): -9053750 or 13293941. OLE color: 13293941.

HSL color Cylindrical-coordinate representation of color #75D9CA: hue angle of 171º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9CA is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 202 -
CMYK 0.46 0 0.07 0.15
HSL 171º 0.57% 0.65% -
HSV(B) 171º 0.46% 0.85% -
XYZ 42.81 57.67 64.75 -
YUV 185.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 117 217 202 0.46 0 0.07 0.15 171 0.57 0.65
Hex 75 D9 CA 2E 0 7 F AB 39 41
Octal 165 331 312 56 0 7 17 253 71 101
Binary 1110101 11011001 11001010 101110 0 111 1111 10101011 111001 1000001

Color Harmonies of #75D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D9CA

Black with #75D9CA

Text Example


Text Example

White with #75D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,202); }

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

background-color css

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

 a { background-color: rgb(117,217,202); }

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

border-color css

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

 span { border-color: rgb(117,217,202); }

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