Html Css Color HEX #4CBC96 Puerto Rico

📋 copy color: '#4CBC96'

red 76 ◦ green 188 ◦ blue 150

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

Shades of Puerto Rico #4CBC96

Tints of Puerto Rico #4CBC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 18.36%
G = 45.41%
B = 36.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#4CBC96 (or 0x4CBC96) is known color: Puerto Rico. HEX triplet: 4C, BC and 96. RGB value is (76,188,150). Sum of RGB (Red+Green+Blue) = 76+188+150=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC96 is #B34369. Grayscale: #969696. Windows color (decimal): -11748202 or 9878604. OLE color: 9878604.

HSL color Cylindrical-coordinate representation of color #4CBC96: hue angle of 159.64º 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 #4CBC96 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 150 -
CMYK 0.60 0 0.20 0.26
HSL 159.64º 0.46% 0.52% -
HSV(B) 159.64º 0.6% 0.74% -
XYZ 26.47 39.7 35.12 -
YUV 150.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 76 188 150 0.60 0 0.20 0.26 159.64 0.46 0.52
Hex 4C BC 96 3C 0 14 1A A0 2E 34
Octal 114 274 226 74 0 24 32 240 56 64
Binary 1001100 10111100 10010110 111100 0 10100 11010 10100000 101110 110100

Color Harmonies of #4CBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBC96

Black with #4CBC96

Text Example


Text Example

White with #4CBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,188,150); }

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

background-color css

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

 a { background-color: rgb(76,188,150); }

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

border-color css

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

 span { border-color: rgb(76,188,150); }

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