Html Css Color HEX #55C79F Puerto Rico

📋 copy color: '#55C79F'

red 85 ◦ green 199 ◦ blue 159

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

Shades of Puerto Rico #55C79F

Tints of Puerto Rico #55C79F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 19.19%
G = 44.92%
B = 35.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#55C79F (or 0x55C79F) is known color: Puerto Rico. HEX triplet: 55, C7 and 9F. RGB value is (85,199,159). Sum of RGB (Red+Green+Blue) = 85+199+159=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #55C79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C79F is #AA3860. Grayscale: #A0A0A0. Windows color (decimal): -11155553 or 10471253. OLE color: 10471253.

HSL color Cylindrical-coordinate representation of color #55C79F: hue angle of 158.95º degrees, saturation: 0.5, 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 #55C79F is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 199 159 -
CMYK 0.57 0 0.20 0.22
HSL 158.95º 0.5% 0.56% -
HSV(B) 158.95º 0.57% 0.78% -
XYZ 30.43 45.28 39.94 -
YUV 160.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 85 199 159 0.57 0 0.20 0.22 158.95 0.5 0.56
Hex 55 C7 9F 39 0 14 16 9F 32 38
Octal 125 307 237 71 0 24 26 237 62 70
Binary 1010101 11000111 10011111 111001 0 10100 10110 10011111 110010 111000

Color Harmonies of #55C79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C79F

Black with #55C79F

Text Example


Text Example

White with #55C79F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,199,159); }

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

background-color css

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

 a { background-color: rgb(85,199,159); }

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

border-color css

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

 span { border-color: rgb(85,199,159); }

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