Html Css Color HEX #4CBC9C Puerto Rico

📋 copy color: '#4CBC9C'

red 76 ◦ green 188 ◦ blue 156

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

Shades of Puerto Rico #4CBC9C

Tints of Puerto Rico #4CBC9C

RGB

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

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

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

R = 18.1%
G = 44.76%
B = 37.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#4CBC9C (or 0x4CBC9C) is known color: Puerto Rico. HEX triplet: 4C, BC and 9C. RGB value is (76,188,156). Sum of RGB (Red+Green+Blue) = 76+188+156=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC9C is #B34363. Grayscale: #969696. Windows color (decimal): -11748196 or 10271820. OLE color: 10271820.

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

Color convert

RGB 76 188 156 -
CMYK 0.60 0 0.17 0.26
HSL 162.86º 0.46% 0.52% -
HSV(B) 162.86º 0.6% 0.74% -
XYZ 26.96 39.9 37.73 -
YUV 150.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 76 188 156 0.60 0 0.17 0.26 162.86 0.46 0.52
Hex 4C BC 9C 3C 0 11 1A A3 2E 34
Octal 114 274 234 74 0 21 32 243 56 64
Binary 1001100 10111100 10011100 111100 0 10001 11010 10100011 101110 110100

Color Harmonies of #4CBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBC9C

Black with #4CBC9C

Text Example


Text Example

White with #4CBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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