Html Css Color HEX #4CC1A3 Puerto Rico

📋 copy color: '#4CC1A3'

red 76 ◦ green 193 ◦ blue 163

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

Shades of Puerto Rico #4CC1A3

Tints of Puerto Rico #4CC1A3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 17.59%
G = 44.68%
B = 37.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#4CC1A3 (or 0x4CC1A3) is known color: Puerto Rico. HEX triplet: 4C, C1 and A3. RGB value is (76,193,163). Sum of RGB (Red+Green+Blue) = 76+193+163=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC1A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC1A3 is #B33E5C. Grayscale: #9A9A9A. Windows color (decimal): -11746909 or 10731852. OLE color: 10731852.

HSL color Cylindrical-coordinate representation of color #4CC1A3: hue angle of 164.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC1A3 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 193 163 -
CMYK 0.61 0 0.16 0.24
HSL 164.62º 0.49% 0.53% -
HSV(B) 164.62º 0.61% 0.76% -
XYZ 28.66 42.32 41.31 -
YUV 154.6 132.74 71.94 -
System Red Green Blue C M Y K H S L
Decimal 76 193 163 0.61 0 0.16 0.24 164.62 0.49 0.53
Hex 4C C1 A3 3D 0 10 18 A5 31 35
Octal 114 301 243 75 0 20 30 245 61 65
Binary 1001100 11000001 10100011 111101 0 10000 11000 10100101 110001 110101

Color Harmonies of #4CC1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC1A3

Black with #4CC1A3

Text Example


Text Example

White with #4CC1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,193,163); }

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

background-color css

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

 a { background-color: rgb(76,193,163); }

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

border-color css

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

 span { border-color: rgb(76,193,163); }

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