Html Css Color HEX #55C3A3 Puerto Rico

📋 copy color: '#55C3A3'

red 85 ◦ green 195 ◦ blue 163

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

Shades of Puerto Rico #55C3A3

Tints of Puerto Rico #55C3A3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

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

R = 19.19%
G = 44.02%
B = 36.79%

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

#55C3A3 (or 0x55C3A3) is known color: Puerto Rico. HEX triplet: 55, C3 and A3. RGB value is (85,195,163). Sum of RGB (Red+Green+Blue) = 85+195+163=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C3A3 is #AA3C5C. Grayscale: #9E9E9E. Windows color (decimal): -11156573 or 10732373. OLE color: 10732373.

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

Color convert

RGB 85 195 163 -
CMYK 0.56 0 0.16 0.24
HSL 162.55º 0.48% 0.55% -
HSV(B) 162.55º 0.56% 0.76% -
XYZ 29.87 43.61 41.49 -
YUV 158.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 85 195 163 0.56 0 0.16 0.24 162.55 0.48 0.55
Hex 55 C3 A3 38 0 10 18 A3 30 37
Octal 125 303 243 70 0 20 30 243 60 67
Binary 1010101 11000011 10100011 111000 0 10000 11000 10100011 110000 110111

Color Harmonies of #55C3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C3A3

Black with #55C3A3

Text Example


Text Example

White with #55C3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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