Html Css Color HEX #4FAF9F Puerto Rico

📋 copy color: '#4FAF9F'

red 79 ◦ green 175 ◦ blue 159

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

Shades of Puerto Rico #4FAF9F

Tints of Puerto Rico #4FAF9F

RGB

 RED value IS 79 (31.25% from 255) = 19.13%

 GREEN value IS 175 (68.75% from 255) = 42.37%

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

R = 19.13%
G = 42.37%
B = 38.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#4FAF9F (or 0x4FAF9F) is known color: Puerto Rico. HEX triplet: 4F, AF and 9F. RGB value is (79,175,159). Sum of RGB (Red+Green+Blue) = 79+175+159=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF9F is #B05060. Grayscale: #909090. Windows color (decimal): -11554913 or 10465103. OLE color: 10465103.

HSL color Cylindrical-coordinate representation of color #4FAF9F: hue angle of 170º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF9F is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 175 159 -
CMYK 0.55 0 0.09 0.31
HSL 170º 0.38% 0.5% -
HSV(B) 170º 0.55% 0.69% -
XYZ 24.81 34.83 38.22 -
YUV 144.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 79 175 159 0.55 0 0.09 0.31 170 0.38 0.5
Hex 4F AF 9F 37 0 9 1F AA 26 32
Octal 117 257 237 67 0 11 37 252 46 62
Binary 1001111 10101111 10011111 110111 0 1001 11111 10101010 100110 110010

Color Harmonies of #4FAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF9F

Black with #4FAF9F

Text Example


Text Example

White with #4FAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FAF9F; }

 p { color: rgb(79,175,159); }

 H1.HeaderClassName
 {
   color: #4FAF9F;
 }
 .AnyTagClassName
 {
   color: #4FAF9F;
 }
</style>

background-color css

<style>
 a { background-color: #4FAF9F; }

 a { background-color: rgb(79,175,159); }

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

border-color css

<style>
 span { border-color: #4FAF9F; }

 span { border-color: rgb(79,175,159); }

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