Html Css Color HEX #55CAB2 Medium Aquamarine

📋 copy color: '#55CAB2'

red 85 ◦ green 202 ◦ blue 178

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

Shades of Medium Aquamarine #55CAB2

Tints of Medium Aquamarine #55CAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 18.28%
G = 43.44%
B = 38.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#55CAB2 (or 0x55CAB2) is known color: Medium Aquamarine. HEX triplet: 55, CA and B2. RGB value is (85,202,178). Sum of RGB (Red+Green+Blue) = 85+202+178=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAB2 is #AA354D. Grayscale: #A4A4A4. Windows color (decimal): -11154766 or 11717205. OLE color: 11717205.

HSL color Cylindrical-coordinate representation of color #55CAB2: hue angle of 167.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAB2 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 178 -
CMYK 0.58 0 0.12 0.21
HSL 167.69º 0.52% 0.56% -
HSV(B) 167.69º 0.58% 0.79% -
XYZ 32.9 47.39 49.53 -
YUV 164.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 85 202 178 0.58 0 0.12 0.21 167.69 0.52 0.56
Hex 55 CA B2 3A 0 C 15 A8 34 38
Octal 125 312 262 72 0 14 25 250 64 70
Binary 1010101 11001010 10110010 111010 0 1100 10101 10101000 110100 111000

Color Harmonies of #55CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CAB2

Black with #55CAB2

Text Example


Text Example

White with #55CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,202,178); }

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

background-color css

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

 a { background-color: rgb(85,202,178); }

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

border-color css

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

 span { border-color: rgb(85,202,178); }

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