Html Css Color HEX #55CA9D Puerto Rico

📋 copy color: '#55CA9D'

red 85 ◦ green 202 ◦ blue 157

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

Shades of Puerto Rico #55CA9D

Tints of Puerto Rico #55CA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 19.14%
G = 45.5%
B = 35.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#55CA9D (or 0x55CA9D) is known color: Puerto Rico. HEX triplet: 55, CA and 9D. RGB value is (85,202,157). Sum of RGB (Red+Green+Blue) = 85+202+157=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA9D is #AA3562. Grayscale: #A1A1A1. Windows color (decimal): -11154787 or 10340949. OLE color: 10340949.

HSL color Cylindrical-coordinate representation of color #55CA9D: hue angle of 156.92º 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 #55CA9D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 157 -
CMYK 0.58 0 0.22 0.21
HSL 156.92º 0.52% 0.56% -
HSV(B) 156.92º 0.58% 0.79% -
XYZ 30.95 46.61 39.26 -
YUV 161.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 85 202 157 0.58 0 0.22 0.21 156.92 0.52 0.56
Hex 55 CA 9D 3A 0 16 15 9D 34 38
Octal 125 312 235 72 0 26 25 235 64 70
Binary 1010101 11001010 10011101 111010 0 10110 10101 10011101 110100 111000

Color Harmonies of #55CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA9D

Black with #55CA9D

Text Example


Text Example

White with #55CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,202,157); }

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

background-color css

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

 a { background-color: rgb(85,202,157); }

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

border-color css

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

 span { border-color: rgb(85,202,157); }

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