Html Css Color HEX #75EBBC Downy

📋 copy color: '#75EBBC'

red 117 ◦ green 235 ◦ blue 188

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

Shades of Downy #75EBBC

Tints of Downy #75EBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.52%

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 21.67%
G = 43.52%
B = 34.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#75EBBC (or 0x75EBBC) is known color: Downy. HEX triplet: 75, EB and BC. RGB value is (117,235,188). Sum of RGB (Red+Green+Blue) = 117+235+188=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBBC is #8A1443. Grayscale: #C2C2C2. Windows color (decimal): -9049156 or 12381045. OLE color: 12381045.

HSL color Cylindrical-coordinate representation of color #75EBBC: hue angle of 156.1º degrees, saturation: 0.75, 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 #75EBBC is Cyan = 0.50, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 235 188 -
CMYK 0.50 0 0.2 0.08
HSL 156.1º 0.75% 0.69% -
HSV(B) 156.1º 0.5% 0.92% -
XYZ 46.12 66.83 58.05 -
YUV 194.36 124.41 72.82 -
System Red Green Blue C M Y K H S L
Decimal 117 235 188 0.50 0 0.2 0.08 156.1 0.75 0.69
Hex 75 EB BC 32 0 14 8 9C 4B 45
Octal 165 353 274 62 0 24 10 234 113 105
Binary 1110101 11101011 10111100 110010 0 10100 1000 10011100 1001011 1000101

Color Harmonies of #75EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBBC

Black with #75EBBC

Text Example


Text Example

White with #75EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,235,188); }

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

background-color css

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

 a { background-color: rgb(117,235,188); }

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

border-color css

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

 span { border-color: rgb(117,235,188); }

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