Html Css Color HEX #5FB9A4 Puerto Rico

📋 copy color: '#5FB9A4'

red 95 ◦ green 185 ◦ blue 164

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

Shades of Puerto Rico #5FB9A4

Tints of Puerto Rico #5FB9A4

RGB

 RED value IS 95 (37.5% from 255) = 21.4%

 GREEN value IS 185 (72.66% from 255) = 41.67%

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 21.4%
G = 41.67%
B = 36.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#5FB9A4 (or 0x5FB9A4) is known color: Puerto Rico. HEX triplet: 5F, B9 and A4. RGB value is (95,185,164). Sum of RGB (Red+Green+Blue) = 95+185+164=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB9A4 is #A0465B. Grayscale: #9B9B9B. Windows color (decimal): -10503772 or 10795359. OLE color: 10795359.

HSL color Cylindrical-coordinate representation of color #5FB9A4: hue angle of 166º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB9A4 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 185 164 -
CMYK 0.49 0 0.11 0.27
HSL 166º 0.39% 0.55% -
HSV(B) 166º 0.49% 0.73% -
XYZ 28.77 39.81 41.29 -
YUV 155.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 95 185 164 0.49 0 0.11 0.27 166 0.39 0.55
Hex 5F B9 A4 31 0 B 1B A6 27 37
Octal 137 271 244 61 0 13 33 246 47 67
Binary 1011111 10111001 10100100 110001 0 1011 11011 10100110 100111 110111

Color Harmonies of #5FB9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB9A4

Black with #5FB9A4

Text Example


Text Example

White with #5FB9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FB9A4; }

 p { color: rgb(95,185,164); }

 H1.HeaderClassName
 {
   color: #5FB9A4;
 }
 .AnyTagClassName
 {
   color: #5FB9A4;
 }
</style>

background-color css

<style>
 a { background-color: #5FB9A4; }

 a { background-color: rgb(95,185,164); }

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

border-color css

<style>
 span { border-color: #5FB9A4; }

 span { border-color: rgb(95,185,164); }

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