Html Css Color HEX #75ECBB Downy

📋 copy color: '#75ECBB'

red 117 ◦ green 236 ◦ blue 187

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

Shades of Downy #75ECBB

Tints of Downy #75ECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.7%

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

R = 21.67%
G = 43.7%
B = 34.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#75ECBB (or 0x75ECBB) is known color: Downy. HEX triplet: 75, EC and BB. RGB value is (117,236,187). Sum of RGB (Red+Green+Blue) = 117+236+187=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECBB is #8A1344. Grayscale: #C2C2C2. Windows color (decimal): -9048901 or 12315765. OLE color: 12315765.

HSL color Cylindrical-coordinate representation of color #75ECBB: hue angle of 155.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECBB is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 187 -
CMYK 0.50 0 0.21 0.07
HSL 155.29º 0.76% 0.69% -
HSV(B) 155.29º 0.5% 0.93% -
XYZ 46.3 67.36 57.58 -
YUV 194.83 123.58 72.48 -
System Red Green Blue C M Y K H S L
Decimal 117 236 187 0.50 0 0.21 0.07 155.29 0.76 0.69
Hex 75 EC BB 32 0 15 7 9B 4C 45
Octal 165 354 273 62 0 25 7 233 114 105
Binary 1110101 11101100 10111011 110010 0 10101 111 10011011 1001100 1000101

Color Harmonies of #75ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECBB

Black with #75ECBB

Text Example


Text Example

White with #75ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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