Html Css Color HEX #55C19C Puerto Rico

📋 copy color: '#55C19C'

red 85 ◦ green 193 ◦ blue 156

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

Shades of Puerto Rico #55C19C

Tints of Puerto Rico #55C19C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 19.59%
G = 44.47%
B = 35.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#55C19C (or 0x55C19C) is known color: Puerto Rico. HEX triplet: 55, C1 and 9C. RGB value is (85,193,156). Sum of RGB (Red+Green+Blue) = 85+193+156=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #55C19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C19C is #AA3E63. Grayscale: #9C9C9C. Windows color (decimal): -11157092 or 10273109. OLE color: 10273109.

HSL color Cylindrical-coordinate representation of color #55C19C: hue angle of 159.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C19C is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 156 -
CMYK 0.56 0 0.19 0.24
HSL 159.44º 0.47% 0.55% -
HSV(B) 159.44º 0.56% 0.76% -
XYZ 28.82 42.47 38.13 -
YUV 156.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 85 193 156 0.56 0 0.19 0.24 159.44 0.47 0.55
Hex 55 C1 9C 38 0 13 18 9F 2F 37
Octal 125 301 234 70 0 23 30 237 57 67
Binary 1010101 11000001 10011100 111000 0 10011 11000 10011111 101111 110111

Color Harmonies of #55C19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C19C

Black with #55C19C

Text Example


Text Example

White with #55C19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,156); }

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

background-color css

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

 a { background-color: rgb(85,193,156); }

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

border-color css

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

 span { border-color: rgb(85,193,156); }

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