Html Css Color HEX #4CCAB3 Puerto Rico

📋 copy color: '#4CCAB3'

red 76 ◦ green 202 ◦ blue 179

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

Shades of Puerto Rico #4CCAB3

Tints of Puerto Rico #4CCAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 179 (70.31% from 255) = 39.17%

R = 16.63%
G = 44.2%
B = 39.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#4CCAB3 (or 0x4CCAB3) is known color: Puerto Rico. HEX triplet: 4C, CA and B3. RGB value is (76,202,179). Sum of RGB (Red+Green+Blue) = 76+202+179=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCAB3 is #B3354C. Grayscale: #A1A1A1. Windows color (decimal): -11744589 or 11782732. OLE color: 11782732.

HSL color Cylindrical-coordinate representation of color #4CCAB3: hue angle of 169.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAB3 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 179 -
CMYK 0.62 0 0.11 0.21
HSL 169.05º 0.54% 0.55% -
HSV(B) 169.05º 0.62% 0.79% -
XYZ 32.24 47.03 50.03 -
YUV 161.7 137.76 66.87 -
System Red Green Blue C M Y K H S L
Decimal 76 202 179 0.62 0 0.11 0.21 169.05 0.54 0.55
Hex 4C CA B3 3E 0 B 15 A9 36 37
Octal 114 312 263 76 0 13 25 251 66 67
Binary 1001100 11001010 10110011 111110 0 1011 10101 10101001 110110 110111

Color Harmonies of #4CCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCAB3

Black with #4CCAB3

Text Example


Text Example

White with #4CCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,179); }

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

background-color css

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

 a { background-color: rgb(76,202,179); }

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

border-color css

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

 span { border-color: rgb(76,202,179); }

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