Html Css Color HEX #55C1A9 Puerto Rico

📋 copy color: '#55C1A9'

red 85 ◦ green 193 ◦ blue 169

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

Shades of Puerto Rico #55C1A9

Tints of Puerto Rico #55C1A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.81%

R = 19.02%
G = 43.18%
B = 37.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#55C1A9 (or 0x55C1A9) is known color: Puerto Rico. HEX triplet: 55, C1 and A9. RGB value is (85,193,169). Sum of RGB (Red+Green+Blue) = 85+193+169=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C1A9 is #AA3E56. Grayscale: #9D9D9D. Windows color (decimal): -11157079 or 11125077. OLE color: 11125077.

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

Color convert

RGB 85 193 169 -
CMYK 0.56 0 0.12 0.24
HSL 166.67º 0.47% 0.55% -
HSV(B) 166.67º 0.56% 0.76% -
XYZ 29.98 42.94 44.24 -
YUV 157.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 85 193 169 0.56 0 0.12 0.24 166.67 0.47 0.55
Hex 55 C1 A9 38 0 C 18 A7 2F 37
Octal 125 301 251 70 0 14 30 247 57 67
Binary 1010101 11000001 10101001 111000 0 1100 11000 10100111 101111 110111

Color Harmonies of #55C1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1A9

Black with #55C1A9

Text Example


Text Example

White with #55C1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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