#4CB2AF

Color #4CB2AF Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4CB2AF

Tints of Puerto Rico #4CB2AF

Color information

#4CB2AF (or 0x4CB2AF) is unknown color: approx Puerto Rico. HEX triplet: 4C, B2 and AF. RGB value is (76,178,175). Sum of RGB (Red+Green+Blue) = 76+178+175=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB2AF is #B34D50. Grayscale: #939393. Windows color (decimal): -11750737 or 11514444. OLE color: 11514444.

HSL color Cylindrical-coordinate representation of color #4CB2AF: hue angle of 178.24º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB2AF is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB76178175-
CMYK0.5700.020.30
HSL178.24º40.16%49.8%-
HSV(B)178.24º57.3%69.8%-
XYZ26.6436.4746.19-
YUV147.16143.7177.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.72%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=17.72%
G=41.49%
B=40.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761781750.5700.020.30178.2440.1649.8
Hex4CB2AF39021Eb22832
Octal1142622577102362625062
Binary100110010110010101011111110010101111010110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,175); }

 H1.HeaderClassName
 {
   color: #4CB2AF;
 }
 .AnyTagClassName
 {
   color: #4CB2AF;
 }
</style>
background-color css

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

 a { background-color: rgb(76,178,175); }

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

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

 span { border-color: rgb(76,178,175); }

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