Html Css Color HEX #75EAC2 Downy

📋 copy color: '#75EAC2'

red 117 ◦ green 234 ◦ blue 194

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

Shades of Downy #75EAC2

Tints of Downy #75EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 21.47%
G = 42.94%
B = 35.6%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#75EAC2 (or 0x75EAC2) is known color: Downy. HEX triplet: 75, EA and C2. RGB value is (117,234,194). Sum of RGB (Red+Green+Blue) = 117+234+194=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAC2 is #8A153D. Grayscale: #C2C2C2. Windows color (decimal): -9049406 or 12774005. OLE color: 12774005.

HSL color Cylindrical-coordinate representation of color #75EAC2: hue angle of 159.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAC2 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 194 -
CMYK 0.5 0 0.17 0.08
HSL 159.49º 0.74% 0.69% -
HSV(B) 159.49º 0.5% 0.92% -
XYZ 46.5 66.52 61.43 -
YUV 194.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 117 234 194 0.5 0 0.17 0.08 159.49 0.74 0.69
Hex 75 EA C2 32 0 11 8 9F 4A 45
Octal 165 352 302 62 0 21 10 237 112 105
Binary 1110101 11101010 11000010 110010 0 10001 1000 10011111 1001010 1000101

Color Harmonies of #75EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAC2

Black with #75EAC2

Text Example


Text Example

White with #75EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,234,194); }

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

background-color css

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

 a { background-color: rgb(117,234,194); }

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

border-color css

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

 span { border-color: rgb(117,234,194); }

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