Html Css Color HEX #4FAF9A Puerto Rico

📋 copy color: '#4FAF9A'

red 79 ◦ green 175 ◦ blue 154

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

Shades of Puerto Rico #4FAF9A

Tints of Puerto Rico #4FAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 19.36%
G = 42.89%
B = 37.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#4FAF9A (or 0x4FAF9A) is known color: Puerto Rico. HEX triplet: 4F, AF and 9A. RGB value is (79,175,154). Sum of RGB (Red+Green+Blue) = 79+175+154=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF9A is #B05065. Grayscale: #8F8F8F. Windows color (decimal): -11554918 or 10137423. OLE color: 10137423.

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

Color convert

RGB 79 175 154 -
CMYK 0.55 0 0.12 0.31
HSL 166.88º 0.38% 0.5% -
HSV(B) 166.88º 0.55% 0.69% -
XYZ 24.39 34.66 35.98 -
YUV 143.9 133.7 81.71 -
System Red Green Blue C M Y K H S L
Decimal 79 175 154 0.55 0 0.12 0.31 166.88 0.38 0.5
Hex 4F AF 9A 37 0 C 1F A7 26 32
Octal 117 257 232 67 0 14 37 247 46 62
Binary 1001111 10101111 10011010 110111 0 1100 11111 10100111 100110 110010

Color Harmonies of #4FAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF9A

Black with #4FAF9A

Text Example


Text Example

White with #4FAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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