Html Css Color HEX #4CABA0 Puerto Rico

📋 copy color: '#4CABA0'

red 76 ◦ green 171 ◦ blue 160

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

Shades of Puerto Rico #4CABA0

Tints of Puerto Rico #4CABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 18.67%
G = 42.01%
B = 39.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#4CABA0 (or 0x4CABA0) is known color: Puerto Rico. HEX triplet: 4C, AB and A0. RGB value is (76,171,160). Sum of RGB (Red+Green+Blue) = 76+171+160=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #4CABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABA0 is #B3545F. Grayscale: #8D8D8D. Windows color (decimal): -11752544 or 10529612. OLE color: 10529612.

HSL color Cylindrical-coordinate representation of color #4CABA0: hue angle of 173.05º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CABA0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 171 160 -
CMYK 0.56 0 0.06 0.33
HSL 173.05º 0.38% 0.48% -
HSV(B) 173.05º 0.56% 0.67% -
XYZ 23.89 33.2 38.41 -
YUV 141.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 76 171 160 0.56 0 0.06 0.33 173.05 0.38 0.48
Hex 4C AB A0 38 0 6 21 AD 26 30
Octal 114 253 240 70 0 6 41 255 46 60
Binary 1001100 10101011 10100000 111000 0 110 100001 10101101 100110 110000

Color Harmonies of #4CABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABA0

Black with #4CABA0

Text Example


Text Example

White with #4CABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,171,160); }

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

background-color css

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

 a { background-color: rgb(76,171,160); }

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

border-color css

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

 span { border-color: rgb(76,171,160); }

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