Html Css Color HEX #75CEBB Downy

📋 copy color: '#75CEBB'

red 117 ◦ green 206 ◦ blue 187

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

Shades of Downy #75CEBB

Tints of Downy #75CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 22.94%
G = 40.39%
B = 36.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#75CEBB (or 0x75CEBB) is known color: Downy. HEX triplet: 75, CE and BB. RGB value is (117,206,187). Sum of RGB (Red+Green+Blue) = 117+206+187=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEBB is #8A3144. Grayscale: #B1B1B1. Windows color (decimal): -9056581 or 12308085. OLE color: 12308085.

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

Color convert

RGB 117 206 187 -
CMYK 0.43 0 0.09 0.19
HSL 167.19º 0.48% 0.63% -
HSV(B) 167.19º 0.43% 0.81% -
XYZ 38.38 51.51 54.93 -
YUV 177.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 117 206 187 0.43 0 0.09 0.19 167.19 0.48 0.63
Hex 75 CE BB 2B 0 9 13 A7 30 3F
Octal 165 316 273 53 0 11 23 247 60 77
Binary 1110101 11001110 10111011 101011 0 1001 10011 10100111 110000 111111

Color Harmonies of #75CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEBB

Black with #75CEBB

Text Example


Text Example

White with #75CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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