Html Css Color HEX #55C1A3 Puerto Rico

📋 copy color: '#55C1A3'

red 85 ◦ green 193 ◦ blue 163

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

Shades of Puerto Rico #55C1A3

Tints of Puerto Rico #55C1A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.96%

R = 19.27%
G = 43.76%
B = 36.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#55C1A3 (or 0x55C1A3) is known color: Puerto Rico. HEX triplet: 55, C1 and A3. RGB value is (85,193,163). Sum of RGB (Red+Green+Blue) = 85+193+163=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C1A3 is #AA3E5C. Grayscale: #9D9D9D. Windows color (decimal): -11157085 or 10731861. OLE color: 10731861.

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

Color convert

RGB 85 193 163 -
CMYK 0.56 0 0.16 0.24
HSL 163.33º 0.47% 0.55% -
HSV(B) 163.33º 0.56% 0.76% -
XYZ 29.43 42.72 41.34 -
YUV 157.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 85 193 163 0.56 0 0.16 0.24 163.33 0.47 0.55
Hex 55 C1 A3 38 0 10 18 A3 2F 37
Octal 125 301 243 70 0 20 30 243 57 67
Binary 1010101 11000001 10100011 111000 0 10000 11000 10100011 101111 110111

Color Harmonies of #55C1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1A3

Black with #55C1A3

Text Example


Text Example

White with #55C1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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