Html Css Color HEX #4BAC99 Puerto Rico

📋 copy color: '#4BAC99'

red 75 ◦ green 172 ◦ blue 153

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

Shades of Puerto Rico #4BAC99

Tints of Puerto Rico #4BAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 18.75%
G = 43%
B = 38.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#4BAC99 (or 0x4BAC99) is known color: Puerto Rico. HEX triplet: 4B, AC and 99. RGB value is (75,172,153). Sum of RGB (Red+Green+Blue) = 75+172+153=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAC99 is #B45366. Grayscale: #8C8C8C. Windows color (decimal): -11817831 or 10071115. OLE color: 10071115.

HSL color Cylindrical-coordinate representation of color #4BAC99: hue angle of 168.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC99 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 172 153 -
CMYK 0.56 0 0.11 0.33
HSL 168.25º 0.39% 0.48% -
HSV(B) 168.25º 0.56% 0.67% -
XYZ 23.4 33.3 35.33 -
YUV 140.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 75 172 153 0.56 0 0.11 0.33 168.25 0.39 0.48
Hex 4B AC 99 38 0 B 21 A8 27 30
Octal 113 254 231 70 0 13 41 250 47 60
Binary 1001011 10101100 10011001 111000 0 1011 100001 10101000 100111 110000

Color Harmonies of #4BAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAC99

Black with #4BAC99

Text Example


Text Example

White with #4BAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,172,153); }

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

background-color css

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

 a { background-color: rgb(75,172,153); }

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

border-color css

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

 span { border-color: rgb(75,172,153); }

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