Html Css Color HEX #75EECB Aquamarine

📋 copy color: '#75EECB'

red 117 ◦ green 238 ◦ blue 203

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

Shades of Aquamarine #75EECB

Tints of Aquamarine #75EECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 20.97%
G = 42.65%
B = 36.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#75EECB (or 0x75EECB) is known color: Aquamarine. HEX triplet: 75, EE and CB. RGB value is (117,238,203). Sum of RGB (Red+Green+Blue) = 117+238+203=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #75EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EECB is #8A1134. Grayscale: #C5C5C5. Windows color (decimal): -9048373 or 13364853. OLE color: 13364853.

HSL color Cylindrical-coordinate representation of color #75EECB: hue angle of 162.64º 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 #75EECB is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 203 -
CMYK 0.51 0 0.15 0.07
HSL 162.64º 0.78% 0.7% -
HSV(B) 162.64º 0.51% 0.93% -
XYZ 48.69 69.24 67.3 -
YUV 197.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 117 238 203 0.51 0 0.15 0.07 162.64 0.78 0.7
Hex 75 EE CB 33 0 F 7 A3 4E 46
Octal 165 356 313 63 0 17 7 243 116 106
Binary 1110101 11101110 11001011 110011 0 1111 111 10100011 1001110 1000110

Color Harmonies of #75EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EECB

Black with #75EECB

Text Example


Text Example

White with #75EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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