Html Css Color HEX #55C09D Puerto Rico

📋 copy color: '#55C09D'

red 85 ◦ green 192 ◦ blue 157

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

Shades of Puerto Rico #55C09D

Tints of Puerto Rico #55C09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 19.59%
G = 44.24%
B = 36.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#55C09D (or 0x55C09D) is known color: Puerto Rico. HEX triplet: 55, C0 and 9D. RGB value is (85,192,157). Sum of RGB (Red+Green+Blue) = 85+192+157=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #55C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C09D is #AA3F62. Grayscale: #9C9C9C. Windows color (decimal): -11157347 or 10338389. OLE color: 10338389.

HSL color Cylindrical-coordinate representation of color #55C09D: hue angle of 160.37º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C09D is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 157 -
CMYK 0.56 0 0.18 0.25
HSL 160.37º 0.46% 0.54% -
HSV(B) 160.37º 0.56% 0.75% -
XYZ 28.68 42.06 38.51 -
YUV 156.02 128.55 77.35 -
System Red Green Blue C M Y K H S L
Decimal 85 192 157 0.56 0 0.18 0.25 160.37 0.46 0.54
Hex 55 C0 9D 38 0 12 19 A0 2E 36
Octal 125 300 235 70 0 22 31 240 56 66
Binary 1010101 11000000 10011101 111000 0 10010 11001 10100000 101110 110110

Color Harmonies of #55C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C09D

Black with #55C09D

Text Example


Text Example

White with #55C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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