Html Css Color HEX #4BBC9A Puerto Rico

📋 copy color: '#4BBC9A'

red 75 ◦ green 188 ◦ blue 154

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

Shades of Puerto Rico #4BBC9A

Tints of Puerto Rico #4BBC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 17.99%
G = 45.08%
B = 36.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#4BBC9A (or 0x4BBC9A) is known color: Puerto Rico. HEX triplet: 4B, BC and 9A. RGB value is (75,188,154). Sum of RGB (Red+Green+Blue) = 75+188+154=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBC9A is #B44365. Grayscale: #969696. Windows color (decimal): -11813734 or 10140747. OLE color: 10140747.

HSL color Cylindrical-coordinate representation of color #4BBC9A: hue angle of 161.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC9A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 188 154 -
CMYK 0.60 0 0.18 0.26
HSL 161.95º 0.46% 0.52% -
HSV(B) 161.95º 0.6% 0.74% -
XYZ 26.72 39.8 36.84 -
YUV 150.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 75 188 154 0.60 0 0.18 0.26 161.95 0.46 0.52
Hex 4B BC 9A 3C 0 12 1A A2 2E 34
Octal 113 274 232 74 0 22 32 242 56 64
Binary 1001011 10111100 10011010 111100 0 10010 11010 10100010 101110 110100

Color Harmonies of #4BBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC9A

Black with #4BBC9A

Text Example


Text Example

White with #4BBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,188,154); }

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

background-color css

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

 a { background-color: rgb(75,188,154); }

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

border-color css

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

 span { border-color: rgb(75,188,154); }

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