Html Css Color HEX #4BAF99 Puerto Rico

📋 copy color: '#4BAF99'

red 75 ◦ green 175 ◦ blue 153

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

Shades of Puerto Rico #4BAF99

Tints of Puerto Rico #4BAF99

RGB

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

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

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

R = 18.61%
G = 43.42%
B = 37.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#4BAF99 (or 0x4BAF99) is known color: Puerto Rico. HEX triplet: 4B, AF and 99. RGB value is (75,175,153). Sum of RGB (Red+Green+Blue) = 75+175+153=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF99 is #B45066. Grayscale: #8E8E8E. Windows color (decimal): -11817063 or 10071883. OLE color: 10071883.

HSL color Cylindrical-coordinate representation of color #4BAF99: hue angle of 166.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF99 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 153 -
CMYK 0.57 0 0.13 0.31
HSL 166.8º 0.4% 0.49% -
HSV(B) 166.8º 0.57% 0.69% -
XYZ 23.98 34.46 35.52 -
YUV 142.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 75 175 153 0.57 0 0.13 0.31 166.8 0.4 0.49
Hex 4B AF 99 39 0 D 1F A7 28 31
Octal 113 257 231 71 0 15 37 247 50 61
Binary 1001011 10101111 10011001 111001 0 1101 11111 10100111 101000 110001

Color Harmonies of #4BAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF99

Black with #4BAF99

Text Example


Text Example

White with #4BAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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