Html Css Color HEX #75EBBE Downy

📋 copy color: '#75EBBE'

red 117 ◦ green 235 ◦ blue 190

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

Shades of Downy #75EBBE

Tints of Downy #75EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 21.59%
G = 43.36%
B = 35.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#75EBBE (or 0x75EBBE) is known color: Downy. HEX triplet: 75, EB and BE. RGB value is (117,235,190). Sum of RGB (Red+Green+Blue) = 117+235+190=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBBE is #8A1441. Grayscale: #C2C2C2. Windows color (decimal): -9049154 or 12512117. OLE color: 12512117.

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

Color convert

RGB 117 235 190 -
CMYK 0.50 0 0.19 0.08
HSL 157.12º 0.75% 0.69% -
HSV(B) 157.12º 0.5% 0.92% -
XYZ 46.34 66.92 59.19 -
YUV 194.59 125.41 72.66 -
System Red Green Blue C M Y K H S L
Decimal 117 235 190 0.50 0 0.19 0.08 157.12 0.75 0.69
Hex 75 EB BE 32 0 13 8 9D 4B 45
Octal 165 353 276 62 0 23 10 235 113 105
Binary 1110101 11101011 10111110 110010 0 10011 1000 10011101 1001011 1000101

Color Harmonies of #75EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBBE

Black with #75EBBE

Text Example


Text Example

White with #75EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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