Html Css Color HEX #4FB2AD Puerto Rico

📋 copy color: '#4FB2AD'

red 79 ◦ green 178 ◦ blue 173

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

Shades of Puerto Rico #4FB2AD

Tints of Puerto Rico #4FB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 18.37%
G = 41.4%
B = 40.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#4FB2AD (or 0x4FB2AD) is known color: Puerto Rico. HEX triplet: 4F, B2 and AD. RGB value is (79,178,173). Sum of RGB (Red+Green+Blue) = 79+178+173=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB2AD is #B04D52. Grayscale: #939393. Windows color (decimal): -11554131 or 11383375. OLE color: 11383375.

HSL color Cylindrical-coordinate representation of color #4FB2AD: hue angle of 176.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB2AD is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 178 173 -
CMYK 0.56 0 0.03 0.30
HSL 176.97º 0.39% 0.5% -
HSV(B) 176.97º 0.56% 0.7% -
XYZ 26.69 36.52 45.18 -
YUV 147.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 79 178 173 0.56 0 0.03 0.30 176.97 0.39 0.5
Hex 4F B2 AD 38 0 3 1E B1 27 32
Octal 117 262 255 70 0 3 36 261 47 62
Binary 1001111 10110010 10101101 111000 0 11 11110 10110001 100111 110010

Color Harmonies of #4FB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB2AD

Black with #4FB2AD

Text Example


Text Example

White with #4FB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,178,173); }

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

background-color css

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

 a { background-color: rgb(79,178,173); }

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

border-color css

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

 span { border-color: rgb(79,178,173); }

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