Html Css Color HEX #4FAF9D Puerto Rico

📋 copy color: '#4FAF9D'

red 79 ◦ green 175 ◦ blue 157

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

Shades of Puerto Rico #4FAF9D

Tints of Puerto Rico #4FAF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 19.22%
G = 42.58%
B = 38.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#4FAF9D (or 0x4FAF9D) is known color: Puerto Rico. HEX triplet: 4F, AF and 9D. RGB value is (79,175,157). Sum of RGB (Red+Green+Blue) = 79+175+157=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF9D is #B05062. Grayscale: #909090. Windows color (decimal): -11554915 or 10334031. OLE color: 10334031.

HSL color Cylindrical-coordinate representation of color #4FAF9D: hue angle of 168.75º 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 #4FAF9D is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 175 157 -
CMYK 0.55 0 0.10 0.31
HSL 168.75º 0.38% 0.5% -
HSV(B) 168.75º 0.55% 0.69% -
XYZ 24.64 34.76 37.31 -
YUV 144.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 79 175 157 0.55 0 0.10 0.31 168.75 0.38 0.5
Hex 4F AF 9D 37 0 A 1F A9 26 32
Octal 117 257 235 67 0 12 37 251 46 62
Binary 1001111 10101111 10011101 110111 0 1010 11111 10101001 100110 110010

Color Harmonies of #4FAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF9D

Black with #4FAF9D

Text Example


Text Example

White with #4FAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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