Html Css Color HEX #55CCB7 Medium Aquamarine

📋 copy color: '#55CCB7'

red 85 ◦ green 204 ◦ blue 183

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

Shades of Medium Aquamarine #55CCB7

Tints of Medium Aquamarine #55CCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 18.01%
G = 43.22%
B = 38.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#55CCB7 (or 0x55CCB7) is known color: Medium Aquamarine. HEX triplet: 55, CC and B7. RGB value is (85,204,183). Sum of RGB (Red+Green+Blue) = 85+204+183=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCB7 is #AA3348. Grayscale: #A5A5A5. Windows color (decimal): -11154249 or 12045397. OLE color: 12045397.

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

Color convert

RGB 85 204 183 -
CMYK 0.58 0 0.10 0.2
HSL 169.41º 0.54% 0.57% -
HSV(B) 169.41º 0.58% 0.8% -
XYZ 33.89 48.54 52.38 -
YUV 166.03 137.58 70.21 -
System Red Green Blue C M Y K H S L
Decimal 85 204 183 0.58 0 0.10 0.2 169.41 0.54 0.57
Hex 55 CC B7 3A 0 A 14 A9 36 39
Octal 125 314 267 72 0 12 24 251 66 71
Binary 1010101 11001100 10110111 111010 0 1010 10100 10101001 110110 111001

Color Harmonies of #55CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCB7

Black with #55CCB7

Text Example


Text Example

White with #55CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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