Html Css Color HEX #55C9AD Puerto Rico

📋 copy color: '#55C9AD'

red 85 ◦ green 201 ◦ blue 173

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

Shades of Puerto Rico #55C9AD

Tints of Puerto Rico #55C9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

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

R = 18.52%
G = 43.79%
B = 37.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#55C9AD (or 0x55C9AD) is known color: Puerto Rico. HEX triplet: 55, C9 and AD. RGB value is (85,201,173). Sum of RGB (Red+Green+Blue) = 85+201+173=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #55C9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C9AD is #AA3652. Grayscale: #A3A3A3. Windows color (decimal): -11155027 or 11389269. OLE color: 11389269.

HSL color Cylindrical-coordinate representation of color #55C9AD: hue angle of 165.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C9AD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 201 173 -
CMYK 0.58 0 0.14 0.21
HSL 165.52º 0.52% 0.56% -
HSV(B) 165.52º 0.58% 0.79% -
XYZ 32.18 46.72 46.86 -
YUV 163.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 85 201 173 0.58 0 0.14 0.21 165.52 0.52 0.56
Hex 55 C9 AD 3A 0 E 15 A6 34 38
Octal 125 311 255 72 0 16 25 246 64 70
Binary 1010101 11001001 10101101 111010 0 1110 10101 10100110 110100 111000

Color Harmonies of #55C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C9AD

Black with #55C9AD

Text Example


Text Example

White with #55C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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