Html Css Color HEX #4CACA5 Puerto Rico

📋 copy color: '#4CACA5'

red 76 ◦ green 172 ◦ blue 165

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

Shades of Puerto Rico #4CACA5

Tints of Puerto Rico #4CACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 18.4%
G = 41.65%
B = 39.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#4CACA5 (or 0x4CACA5) is known color: Puerto Rico. HEX triplet: 4C, AC and A5. RGB value is (76,172,165). Sum of RGB (Red+Green+Blue) = 76+172+165=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #4CACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACA5 is #B3535A. Grayscale: #8E8E8E. Windows color (decimal): -11752283 or 10857548. OLE color: 10857548.

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

Color convert

RGB 76 172 165 -
CMYK 0.56 0 0.04 0.33
HSL 175.63º 0.39% 0.49% -
HSV(B) 175.63º 0.56% 0.67% -
XYZ 24.52 33.76 40.82 -
YUV 142.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 76 172 165 0.56 0 0.04 0.33 175.63 0.39 0.49
Hex 4C AC A5 38 0 4 21 B0 27 31
Octal 114 254 245 70 0 4 41 260 47 61
Binary 1001100 10101100 10100101 111000 0 100 100001 10110000 100111 110001

Color Harmonies of #4CACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACA5

Black with #4CACA5

Text Example


Text Example

White with #4CACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,165); }

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

background-color css

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

 a { background-color: rgb(76,172,165); }

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

border-color css

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

 span { border-color: rgb(76,172,165); }

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