Html Css Color HEX #59B09F Puerto Rico

📋 copy color: '#59B09F'

red 89 ◦ green 176 ◦ blue 159

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

Shades of Puerto Rico #59B09F

Tints of Puerto Rico #59B09F

RGB

 RED value IS 89 (35.16% from 255) = 20.99%

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 20.99%
G = 41.51%
B = 37.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#59B09F (or 0x59B09F) is known color: Puerto Rico. HEX triplet: 59, B0 and 9F. RGB value is (89,176,159). Sum of RGB (Red+Green+Blue) = 89+176+159=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #59B09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B09F is #A64F60. Grayscale: #949494. Windows color (decimal): -10899297 or 10465369. OLE color: 10465369.

HSL color Cylindrical-coordinate representation of color #59B09F: hue angle of 168.28º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59B09F is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 176 159 -
CMYK 0.49 0 0.10 0.31
HSL 168.28º 0.36% 0.52% -
HSV(B) 168.28º 0.49% 0.69% -
XYZ 25.9 35.68 38.32 -
YUV 148.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 89 176 159 0.49 0 0.10 0.31 168.28 0.36 0.52
Hex 59 B0 9F 31 0 A 1F A8 24 34
Octal 131 260 237 61 0 12 37 250 44 64
Binary 1011001 10110000 10011111 110001 0 1010 11111 10101000 100100 110100

Color Harmonies of #59B09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B09F

Black with #59B09F

Text Example


Text Example

White with #59B09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59B09F; }

 p { color: rgb(89,176,159); }

 H1.HeaderClassName
 {
   color: #59B09F;
 }
 .AnyTagClassName
 {
   color: #59B09F;
 }
</style>

background-color css

<style>
 a { background-color: #59B09F; }

 a { background-color: rgb(89,176,159); }

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

border-color css

<style>
 span { border-color: #59B09F; }

 span { border-color: rgb(89,176,159); }

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