Html Css Color HEX #55C1AD Puerto Rico

📋 copy color: '#55C1AD'

red 85 ◦ green 193 ◦ blue 173

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

Shades of Puerto Rico #55C1AD

Tints of Puerto Rico #55C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 18.85%
G = 42.79%
B = 38.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#55C1AD (or 0x55C1AD) is known color: Puerto Rico. HEX triplet: 55, C1 and AD. RGB value is (85,193,173). Sum of RGB (Red+Green+Blue) = 85+193+173=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C1AD is #AA3E52. Grayscale: #9E9E9E. Windows color (decimal): -11157075 or 11387221. OLE color: 11387221.

HSL color Cylindrical-coordinate representation of color #55C1AD: hue angle of 168.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C1AD is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 173 -
CMYK 0.56 0 0.10 0.24
HSL 168.89º 0.47% 0.55% -
HSV(B) 168.89º 0.56% 0.76% -
XYZ 30.36 43.09 46.25 -
YUV 158.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 85 193 173 0.56 0 0.10 0.24 168.89 0.47 0.55
Hex 55 C1 AD 38 0 A 18 A9 2F 37
Octal 125 301 255 70 0 12 30 251 57 67
Binary 1010101 11000001 10101101 111000 0 1010 11000 10101001 101111 110111

Color Harmonies of #55C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1AD

Black with #55C1AD

Text Example


Text Example

White with #55C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,173); }

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

background-color css

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

 a { background-color: rgb(85,193,173); }

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

border-color css

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

 span { border-color: rgb(85,193,173); }

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