Html Css Color HEX #75CAC1 Downy

📋 copy color: '#75CAC1'

red 117 ◦ green 202 ◦ blue 193

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

Shades of Downy #75CAC1

Tints of Downy #75CAC1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.45%

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

R = 22.85%
G = 39.45%
B = 37.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#75CAC1 (or 0x75CAC1) is known color: Downy. HEX triplet: 75, CA and C1. RGB value is (117,202,193). Sum of RGB (Red+Green+Blue) = 117+202+193=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #75CAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CAC1 is #8A353E. Grayscale: #AFAFAF. Windows color (decimal): -9057599 or 12700277. OLE color: 12700277.

HSL color Cylindrical-coordinate representation of color #75CAC1: hue angle of 173.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CAC1 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 193 -
CMYK 0.42 0 0.04 0.21
HSL 173.65º 0.45% 0.63% -
HSV(B) 173.65º 0.42% 0.79% -
XYZ 38.08 49.87 58.07 -
YUV 175.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 117 202 193 0.42 0 0.04 0.21 173.65 0.45 0.63
Hex 75 CA C1 2A 0 4 15 AE 2D 3F
Octal 165 312 301 52 0 4 25 256 55 77
Binary 1110101 11001010 11000001 101010 0 100 10101 10101110 101101 111111

Color Harmonies of #75CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CAC1

Black with #75CAC1

Text Example


Text Example

White with #75CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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