Html Css Color HEX #4CB49C Puerto Rico

📋 copy color: '#4CB49C'

red 76 ◦ green 180 ◦ blue 156

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

Shades of Puerto Rico #4CB49C

Tints of Puerto Rico #4CB49C

RGB

 RED value IS 76 (30.08% from 255) = 18.45%

 GREEN value IS 180 (70.7% from 255) = 43.69%

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 18.45%
G = 43.69%
B = 37.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#4CB49C (or 0x4CB49C) is known color: Puerto Rico. HEX triplet: 4C, B4 and 9C. RGB value is (76,180,156). Sum of RGB (Red+Green+Blue) = 76+180+156=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB49C is #B34B63. Grayscale: #929292. Windows color (decimal): -11750244 or 10269772. OLE color: 10269772.

HSL color Cylindrical-coordinate representation of color #4CB49C: hue angle of 166.15º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB49C is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 156 -
CMYK 0.58 0 0.13 0.29
HSL 166.15º 0.41% 0.5% -
HSV(B) 166.15º 0.58% 0.71% -
XYZ 25.3 36.58 37.18 -
YUV 146.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 76 180 156 0.58 0 0.13 0.29 166.15 0.41 0.5
Hex 4C B4 9C 3A 0 D 1D A6 29 32
Octal 114 264 234 72 0 15 35 246 51 62
Binary 1001100 10110100 10011100 111010 0 1101 11101 10100110 101001 110010

Color Harmonies of #4CB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB49C

Black with #4CB49C

Text Example


Text Example

White with #4CB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,156); }

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

background-color css

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

 a { background-color: rgb(76,180,156); }

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

border-color css

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

 span { border-color: rgb(76,180,156); }

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