Html Css Color HEX #55CBA8 Medium Aquamarine

📋 copy color: '#55CBA8'

red 85 ◦ green 203 ◦ blue 168

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

Shades of Medium Aquamarine #55CBA8

Tints of Medium Aquamarine #55CBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 18.64%
G = 44.52%
B = 36.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#55CBA8 (or 0x55CBA8) is known color: Medium Aquamarine. HEX triplet: 55, CB and A8. RGB value is (85,203,168). Sum of RGB (Red+Green+Blue) = 85+203+168=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBA8 is #AA3457. Grayscale: #A3A3A3. Windows color (decimal): -11154520 or 11062101. OLE color: 11062101.

HSL color Cylindrical-coordinate representation of color #55CBA8: hue angle of 162.2º 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 #55CBA8 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 168 -
CMYK 0.58 0 0.17 0.20
HSL 162.2º 0.53% 0.56% -
HSV(B) 162.2º 0.58% 0.8% -
XYZ 32.17 47.47 44.51 -
YUV 163.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 85 203 168 0.58 0 0.17 0.20 162.2 0.53 0.56
Hex 55 CB A8 3A 0 11 14 A2 35 38
Octal 125 313 250 72 0 21 24 242 65 70
Binary 1010101 11001011 10101000 111010 0 10001 10100 10100010 110101 111000

Color Harmonies of #55CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBA8

Black with #55CBA8

Text Example


Text Example

White with #55CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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