Html Css Color HEX #55CB9F Medium Aquamarine

📋 copy color: '#55CB9F'

red 85 ◦ green 203 ◦ blue 159

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

Shades of Medium Aquamarine #55CB9F

Tints of Medium Aquamarine #55CB9F

RGB

 RED value IS 85 (33.59% from 255) = 19.02%

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 19.02%
G = 45.41%
B = 35.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#55CB9F (or 0x55CB9F) is known color: Medium Aquamarine. HEX triplet: 55, CB and 9F. RGB value is (85,203,159). Sum of RGB (Red+Green+Blue) = 85+203+159=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB9F is #AA3460. Grayscale: #A2A2A2. Windows color (decimal): -11154529 or 10472277. OLE color: 10472277.

HSL color Cylindrical-coordinate representation of color #55CB9F: hue angle of 157.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB9F is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 159 -
CMYK 0.58 0 0.22 0.20
HSL 157.63º 0.53% 0.56% -
HSV(B) 157.63º 0.58% 0.8% -
XYZ 31.36 47.15 40.25 -
YUV 162.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 85 203 159 0.58 0 0.22 0.20 157.63 0.53 0.56
Hex 55 CB 9F 3A 0 16 14 9E 35 38
Octal 125 313 237 72 0 26 24 236 65 70
Binary 1010101 11001011 10011111 111010 0 10110 10100 10011110 110101 111000

Color Harmonies of #55CB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB9F

Black with #55CB9F

Text Example


Text Example

White with #55CB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CB9F; }

 p { color: rgb(85,203,159); }

 H1.HeaderClassName
 {
   color: #55CB9F;
 }
 .AnyTagClassName
 {
   color: #55CB9F;
 }
</style>

background-color css

<style>
 a { background-color: #55CB9F; }

 a { background-color: rgb(85,203,159); }

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

border-color css

<style>
 span { border-color: #55CB9F; }

 span { border-color: rgb(85,203,159); }

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