Html Css Color HEX #55CCB3 Medium Aquamarine

📋 copy color: '#55CCB3'

red 85 ◦ green 204 ◦ blue 179

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

Shades of Medium Aquamarine #55CCB3

Tints of Medium Aquamarine #55CCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 18.16%
G = 43.59%
B = 38.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#55CCB3 (or 0x55CCB3) is known color: Medium Aquamarine. HEX triplet: 55, CC and B3. RGB value is (85,204,179). Sum of RGB (Red+Green+Blue) = 85+204+179=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCB3 is #AA334C. Grayscale: #A5A5A5. Windows color (decimal): -11154253 or 11783253. OLE color: 11783253.

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

Color convert

RGB 85 204 179 -
CMYK 0.58 0 0.12 0.2
HSL 167.4º 0.54% 0.57% -
HSV(B) 167.4º 0.58% 0.8% -
XYZ 33.48 48.37 50.22 -
YUV 165.57 135.58 70.53 -
System Red Green Blue C M Y K H S L
Decimal 85 204 179 0.58 0 0.12 0.2 167.4 0.54 0.57
Hex 55 CC B3 3A 0 C 14 A7 36 39
Octal 125 314 263 72 0 14 24 247 66 71
Binary 1010101 11001100 10110011 111010 0 1100 10100 10100111 110110 111001

Color Harmonies of #55CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCB3

Black with #55CCB3

Text Example


Text Example

White with #55CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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