Html Css Color HEX #55BE9F Puerto Rico

📋 copy color: '#55BE9F'

red 85 ◦ green 190 ◦ blue 159

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

Shades of Puerto Rico #55BE9F

Tints of Puerto Rico #55BE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

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

R = 19.59%
G = 43.78%
B = 36.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#55BE9F (or 0x55BE9F) is known color: Puerto Rico. HEX triplet: 55, BE and 9F. RGB value is (85,190,159). Sum of RGB (Red+Green+Blue) = 85+190+159=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BE9F is #AA4160. Grayscale: #9B9B9B. Windows color (decimal): -11157857 or 10468949. OLE color: 10468949.

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

Color convert

RGB 85 190 159 -
CMYK 0.55 0 0.16 0.25
HSL 162.29º 0.45% 0.54% -
HSV(B) 162.29º 0.55% 0.75% -
XYZ 28.42 41.26 39.27 -
YUV 155.07 130.21 78.02 -
System Red Green Blue C M Y K H S L
Decimal 85 190 159 0.55 0 0.16 0.25 162.29 0.45 0.54
Hex 55 BE 9F 37 0 10 19 A2 2D 36
Octal 125 276 237 67 0 20 31 242 55 66
Binary 1010101 10111110 10011111 110111 0 10000 11001 10100010 101101 110110

Color Harmonies of #55BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BE9F

Black with #55BE9F

Text Example


Text Example

White with #55BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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