Html Css Color HEX #55CBA4 Medium Aquamarine

📋 copy color: '#55CBA4'

red 85 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #55CBA4

Tints of Medium Aquamarine #55CBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 18.81%
G = 44.91%
B = 36.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#55CBA4 (or 0x55CBA4) is known color: Medium Aquamarine. HEX triplet: 55, CB and A4. RGB value is (85,203,164). Sum of RGB (Red+Green+Blue) = 85+203+164=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBA4 is #AA345B. Grayscale: #A3A3A3. Windows color (decimal): -11154524 or 10799957. OLE color: 10799957.

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

Color convert

RGB 85 203 164 -
CMYK 0.58 0 0.19 0.20
HSL 160.17º 0.53% 0.56% -
HSV(B) 160.17º 0.58% 0.8% -
XYZ 31.8 47.32 42.58 -
YUV 163.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 85 203 164 0.58 0 0.19 0.20 160.17 0.53 0.56
Hex 55 CB A4 3A 0 13 14 A0 35 38
Octal 125 313 244 72 0 23 24 240 65 70
Binary 1010101 11001011 10100100 111010 0 10011 10100 10100000 110101 111000

Color Harmonies of #55CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBA4

Black with #55CBA4

Text Example


Text Example

White with #55CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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