Html Css Color HEX #75CECB Downy

📋 copy color: '#75CECB'

red 117 ◦ green 206 ◦ blue 203

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

Shades of Downy #75CECB

Tints of Downy #75CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 22.24%
G = 39.16%
B = 38.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#75CECB (or 0x75CECB) is known color: Downy. HEX triplet: 75, CE and CB. RGB value is (117,206,203). Sum of RGB (Red+Green+Blue) = 117+206+203=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #75CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CECB is #8A3134. Grayscale: #B2B2B2. Windows color (decimal): -9056565 or 13356661. OLE color: 13356661.

HSL color Cylindrical-coordinate representation of color #75CECB: hue angle of 177.98º 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 #75CECB is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 203 -
CMYK 0.43 0 0.01 0.19
HSL 177.98º 0.48% 0.63% -
HSV(B) 177.98º 0.43% 0.81% -
XYZ 40.19 52.24 64.46 -
YUV 179.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 117 206 203 0.43 0 0.01 0.19 177.98 0.48 0.63
Hex 75 CE CB 2B 0 1 13 B2 30 3F
Octal 165 316 313 53 0 1 23 262 60 77
Binary 1110101 11001110 11001011 101011 0 1 10011 10110010 110000 111111

Color Harmonies of #75CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CECB

Black with #75CECB

Text Example


Text Example

White with #75CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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