Html Css Color HEX #4BBEAB Puerto Rico

📋 copy color: '#4BBEAB'

red 75 ◦ green 190 ◦ blue 171

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

Shades of Puerto Rico #4BBEAB

Tints of Puerto Rico #4BBEAB

RGB

 RED value IS 75 (29.69% from 255) = 17.2%

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 17.2%
G = 43.58%
B = 39.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#4BBEAB (or 0x4BBEAB) is known color: Puerto Rico. HEX triplet: 4B, BE and AB. RGB value is (75,190,171). Sum of RGB (Red+Green+Blue) = 75+190+171=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBEAB is #B44154. Grayscale: #999999. Windows color (decimal): -11813205 or 11255371. OLE color: 11255371.

HSL color Cylindrical-coordinate representation of color #4BBEAB: hue angle of 170.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBEAB is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 190 171 -
CMYK 0.61 0 0.10 0.25
HSL 170.09º 0.47% 0.52% -
HSV(B) 170.09º 0.61% 0.75% -
XYZ 28.67 41.26 44.98 -
YUV 153.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 75 190 171 0.61 0 0.10 0.25 170.09 0.47 0.52
Hex 4B BE AB 3D 0 A 19 AA 2F 34
Octal 113 276 253 75 0 12 31 252 57 64
Binary 1001011 10111110 10101011 111101 0 1010 11001 10101010 101111 110100

Color Harmonies of #4BBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBEAB

Black with #4BBEAB

Text Example


Text Example

White with #4BBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,190,171); }

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

background-color css

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

 a { background-color: rgb(75,190,171); }

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

border-color css

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

 span { border-color: rgb(75,190,171); }

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