Html Css Color HEX #55C5A8 Puerto Rico

📋 copy color: '#55C5A8'

red 85 ◦ green 197 ◦ blue 168

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

Shades of Puerto Rico #55C5A8

Tints of Puerto Rico #55C5A8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.78%

 BLUE value IS 168 (66.02% from 255) = 37.33%

R = 18.89%
G = 43.78%
B = 37.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#55C5A8 (or 0x55C5A8) is known color: Puerto Rico. HEX triplet: 55, C5 and A8. RGB value is (85,197,168). Sum of RGB (Red+Green+Blue) = 85+197+168=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #55C5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C5A8 is #AA3A57. Grayscale: #A0A0A0. Windows color (decimal): -11156056 or 11060565. OLE color: 11060565.

HSL color Cylindrical-coordinate representation of color #55C5A8: hue angle of 164.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C5A8 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 197 168 -
CMYK 0.57 0 0.15 0.23
HSL 164.46º 0.49% 0.55% -
HSV(B) 164.46º 0.57% 0.77% -
XYZ 30.78 44.69 44.05 -
YUV 160.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 85 197 168 0.57 0 0.15 0.23 164.46 0.49 0.55
Hex 55 C5 A8 39 0 F 17 A4 31 37
Octal 125 305 250 71 0 17 27 244 61 67
Binary 1010101 11000101 10101000 111001 0 1111 10111 10100100 110001 110111

Color Harmonies of #55C5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C5A8

Black with #55C5A8

Text Example


Text Example

White with #55C5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,197,168); }

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

background-color css

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

 a { background-color: rgb(85,197,168); }

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

border-color css

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

 span { border-color: rgb(85,197,168); }

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