Html Css Color HEX #75EEBB Aquamarine

📋 copy color: '#75EEBB'

red 117 ◦ green 238 ◦ blue 187

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

Shades of Aquamarine #75EEBB

Tints of Aquamarine #75EEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.91%

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

R = 21.59%
G = 43.91%
B = 34.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#75EEBB (or 0x75EEBB) is known color: Aquamarine. HEX triplet: 75, EE and BB. RGB value is (117,238,187). Sum of RGB (Red+Green+Blue) = 117+238+187=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EEBB is #8A1144. Grayscale: #C4C4C4. Windows color (decimal): -9048389 or 12316277. OLE color: 12316277.

HSL color Cylindrical-coordinate representation of color #75EEBB: hue angle of 154.71º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEBB is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 187 -
CMYK 0.51 0 0.21 0.07
HSL 154.71º 0.78% 0.7% -
HSV(B) 154.71º 0.51% 0.93% -
XYZ 46.88 68.52 57.77 -
YUV 196.01 122.91 71.65 -
System Red Green Blue C M Y K H S L
Decimal 117 238 187 0.51 0 0.21 0.07 154.71 0.78 0.7
Hex 75 EE BB 33 0 15 7 9B 4E 46
Octal 165 356 273 63 0 25 7 233 116 106
Binary 1110101 11101110 10111011 110011 0 10101 111 10011011 1001110 1000110

Color Harmonies of #75EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEBB

Black with #75EEBB

Text Example


Text Example

White with #75EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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