Html Css Color HEX #55CCB2 Medium Aquamarine

📋 copy color: '#55CCB2'

red 85 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #55CCB2

Tints of Medium Aquamarine #55CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

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

R = 18.2%
G = 43.68%
B = 38.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#55CCB2 (or 0x55CCB2) is known color: Medium Aquamarine. HEX triplet: 55, CC and B2. RGB value is (85,204,178). Sum of RGB (Red+Green+Blue) = 85+204+178=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCB2 is #AA334D. Grayscale: #A5A5A5. Windows color (decimal): -11154254 or 11717717. OLE color: 11717717.

HSL color Cylindrical-coordinate representation of color #55CCB2: hue angle of 166.89º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCB2 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 178 -
CMYK 0.58 0 0.13 0.2
HSL 166.89º 0.54% 0.57% -
HSV(B) 166.89º 0.58% 0.8% -
XYZ 33.38 48.33 49.69 -
YUV 165.46 135.08 70.61 -
System Red Green Blue C M Y K H S L
Decimal 85 204 178 0.58 0 0.13 0.2 166.89 0.54 0.57
Hex 55 CC B2 3A 0 D 14 A7 36 39
Octal 125 314 262 72 0 15 24 247 66 71
Binary 1010101 11001100 10110010 111010 0 1101 10100 10100111 110110 111001

Color Harmonies of #55CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCB2

Black with #55CCB2

Text Example


Text Example

White with #55CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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