Html Css Color HEX #5FB4A5 Puerto Rico

📋 copy color: '#5FB4A5'

red 95 ◦ green 180 ◦ blue 165

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

Shades of Puerto Rico #5FB4A5

Tints of Puerto Rico #5FB4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 21.59%
G = 40.91%
B = 37.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#5FB4A5 (or 0x5FB4A5) is known color: Puerto Rico. HEX triplet: 5F, B4 and A5. RGB value is (95,180,165). Sum of RGB (Red+Green+Blue) = 95+180+165=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4A5 is #A04B5A. Grayscale: #989898. Windows color (decimal): -10505051 or 10859615. OLE color: 10859615.

HSL color Cylindrical-coordinate representation of color #5FB4A5: hue angle of 169.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB4A5 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 165 -
CMYK 0.47 0 0.08 0.29
HSL 169.41º 0.36% 0.54% -
HSV(B) 169.41º 0.47% 0.71% -
XYZ 27.83 37.79 41.43 -
YUV 152.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 95 180 165 0.47 0 0.08 0.29 169.41 0.36 0.54
Hex 5F B4 A5 2F 0 8 1D A9 24 36
Octal 137 264 245 57 0 10 35 251 44 66
Binary 1011111 10110100 10100101 101111 0 1000 11101 10101001 100100 110110

Color Harmonies of #5FB4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB4A5

Black with #5FB4A5

Text Example


Text Example

White with #5FB4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,180,165); }

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

background-color css

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

 a { background-color: rgb(95,180,165); }

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

border-color css

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

 span { border-color: rgb(95,180,165); }

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