Html Css Color HEX #5FBEAF Puerto Rico

📋 copy color: '#5FBEAF'

red 95 ◦ green 190 ◦ blue 175

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

Shades of Puerto Rico #5FBEAF

Tints of Puerto Rico #5FBEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 20.65%
G = 41.3%
B = 38.04%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#5FBEAF (or 0x5FBEAF) is known color: Puerto Rico. HEX triplet: 5F, BE and AF. RGB value is (95,190,175). Sum of RGB (Red+Green+Blue) = 95+190+175=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBEAF is #A04150. Grayscale: #9F9F9F. Windows color (decimal): -10502481 or 11517535. OLE color: 11517535.

HSL color Cylindrical-coordinate representation of color #5FBEAF: hue angle of 170.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBEAF is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 190 175 -
CMYK 0.5 0 0.08 0.25
HSL 170.53º 0.42% 0.56% -
HSV(B) 170.53º 0.5% 0.75% -
XYZ 30.87 42.35 47.11 -
YUV 159.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 95 190 175 0.5 0 0.08 0.25 170.53 0.42 0.56
Hex 5F BE AF 32 0 8 19 AB 2A 38
Octal 137 276 257 62 0 10 31 253 52 70
Binary 1011111 10111110 10101111 110010 0 1000 11001 10101011 101010 111000

Color Harmonies of #5FBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBEAF

Black with #5FBEAF

Text Example


Text Example

White with #5FBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,190,175); }

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

background-color css

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

 a { background-color: rgb(95,190,175); }

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

border-color css

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

 span { border-color: rgb(95,190,175); }

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