Html Css Color HEX #4FBEA2 Puerto Rico

📋 copy color: '#4FBEA2'

red 79 ◦ green 190 ◦ blue 162

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

Shades of Puerto Rico #4FBEA2

Tints of Puerto Rico #4FBEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 18.33%
G = 44.08%
B = 37.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#4FBEA2 (or 0x4FBEA2) is known color: Puerto Rico. HEX triplet: 4F, BE and A2. RGB value is (79,190,162). Sum of RGB (Red+Green+Blue) = 79+190+162=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBEA2 is #B0415D. Grayscale: #999999. Windows color (decimal): -11551070 or 10665551. OLE color: 10665551.

HSL color Cylindrical-coordinate representation of color #4FBEA2: hue angle of 164.86º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBEA2 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 190 162 -
CMYK 0.58 0 0.15 0.25
HSL 164.86º 0.46% 0.53% -
HSV(B) 164.86º 0.58% 0.75% -
XYZ 28.16 41.1 40.63 -
YUV 153.62 132.73 74.78 -
System Red Green Blue C M Y K H S L
Decimal 79 190 162 0.58 0 0.15 0.25 164.86 0.46 0.53
Hex 4F BE A2 3A 0 F 19 A5 2E 35
Octal 117 276 242 72 0 17 31 245 56 65
Binary 1001111 10111110 10100010 111010 0 1111 11001 10100101 101110 110101

Color Harmonies of #4FBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBEA2

Black with #4FBEA2

Text Example


Text Example

White with #4FBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,190,162); }

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

background-color css

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

 a { background-color: rgb(79,190,162); }

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

border-color css

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

 span { border-color: rgb(79,190,162); }

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