Html Css Color HEX #55C8AD Puerto Rico

📋 copy color: '#55C8AD'

red 85 ◦ green 200 ◦ blue 173

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

Shades of Puerto Rico #55C8AD

Tints of Puerto Rico #55C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

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

R = 18.56%
G = 43.67%
B = 37.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#55C8AD (or 0x55C8AD) is known color: Puerto Rico. HEX triplet: 55, C8 and AD. RGB value is (85,200,173). Sum of RGB (Red+Green+Blue) = 85+200+173=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C8AD is #AA3752. Grayscale: #A2A2A2. Windows color (decimal): -11155283 or 11389013. OLE color: 11389013.

HSL color Cylindrical-coordinate representation of color #55C8AD: hue angle of 165.91º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8AD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 173 -
CMYK 0.58 0 0.14 0.22
HSL 165.91º 0.51% 0.56% -
HSV(B) 165.91º 0.58% 0.78% -
XYZ 31.94 46.26 46.78 -
YUV 162.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 85 200 173 0.58 0 0.14 0.22 165.91 0.51 0.56
Hex 55 C8 AD 3A 0 E 16 A6 33 38
Octal 125 310 255 72 0 16 26 246 63 70
Binary 1010101 11001000 10101101 111010 0 1110 10110 10100110 110011 111000

Color Harmonies of #55C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C8AD

Black with #55C8AD

Text Example


Text Example

White with #55C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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