Html Css Color HEX #55CBAE Medium Aquamarine

📋 copy color: '#55CBAE'

red 85 ◦ green 203 ◦ blue 174

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

Shades of Medium Aquamarine #55CBAE

Tints of Medium Aquamarine #55CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 18.4%
G = 43.94%
B = 37.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#55CBAE (or 0x55CBAE) is known color: Medium Aquamarine. HEX triplet: 55, CB and AE. RGB value is (85,203,174). Sum of RGB (Red+Green+Blue) = 85+203+174=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBAE is #AA3451. Grayscale: #A4A4A4. Windows color (decimal): -11154514 or 11455317. OLE color: 11455317.

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

Color convert

RGB 85 203 174 -
CMYK 0.58 0 0.14 0.20
HSL 165.25º 0.53% 0.56% -
HSV(B) 165.25º 0.58% 0.8% -
XYZ 32.74 47.7 47.53 -
YUV 164.41 133.41 71.36 -
System Red Green Blue C M Y K H S L
Decimal 85 203 174 0.58 0 0.14 0.20 165.25 0.53 0.56
Hex 55 CB AE 3A 0 E 14 A5 35 38
Octal 125 313 256 72 0 16 24 245 65 70
Binary 1010101 11001011 10101110 111010 0 1110 10100 10100101 110101 111000

Color Harmonies of #55CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBAE

Black with #55CBAE

Text Example


Text Example

White with #55CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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