Html Css Color HEX #75CEC2 Downy

📋 copy color: '#75CEC2'

red 117 ◦ green 206 ◦ blue 194

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

Shades of Downy #75CEC2

Tints of Downy #75CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.85%

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

R = 22.63%
G = 39.85%
B = 37.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#75CEC2 (or 0x75CEC2) is known color: Downy. HEX triplet: 75, CE and C2. RGB value is (117,206,194). Sum of RGB (Red+Green+Blue) = 117+206+194=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEC2 is #8A313D. Grayscale: #B1B1B1. Windows color (decimal): -9056574 or 12766837. OLE color: 12766837.

HSL color Cylindrical-coordinate representation of color #75CEC2: hue angle of 171.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEC2 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 194 -
CMYK 0.43 0 0.06 0.19
HSL 171.91º 0.48% 0.63% -
HSV(B) 171.91º 0.43% 0.81% -
XYZ 39.15 51.82 58.98 -
YUV 178.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 117 206 194 0.43 0 0.06 0.19 171.91 0.48 0.63
Hex 75 CE C2 2B 0 6 13 AC 30 3F
Octal 165 316 302 53 0 6 23 254 60 77
Binary 1110101 11001110 11000010 101011 0 110 10011 10101100 110000 111111

Color Harmonies of #75CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEC2

Black with #75CEC2

Text Example


Text Example

White with #75CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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