Html Css Color HEX #4CB7AB Puerto Rico

📋 copy color: '#4CB7AB'

red 76 ◦ green 183 ◦ blue 171

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

Shades of Puerto Rico #4CB7AB

Tints of Puerto Rico #4CB7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 17.67%
G = 42.56%
B = 39.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#4CB7AB (or 0x4CB7AB) is known color: Puerto Rico. HEX triplet: 4C, B7 and AB. RGB value is (76,183,171). Sum of RGB (Red+Green+Blue) = 76+183+171=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB7AB is #B34854. Grayscale: #959595. Windows color (decimal): -11749461 or 11253580. OLE color: 11253580.

HSL color Cylindrical-coordinate representation of color #4CB7AB: hue angle of 173.27º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB7AB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 183 171 -
CMYK 0.58 0 0.07 0.28
HSL 173.27º 0.43% 0.51% -
HSV(B) 173.27º 0.58% 0.72% -
XYZ 27.26 38.34 44.49 -
YUV 149.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 76 183 171 0.58 0 0.07 0.28 173.27 0.43 0.51
Hex 4C B7 AB 3A 0 7 1C AD 2B 33
Octal 114 267 253 72 0 7 34 255 53 63
Binary 1001100 10110111 10101011 111010 0 111 11100 10101101 101011 110011

Color Harmonies of #4CB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB7AB

Black with #4CB7AB

Text Example


Text Example

White with #4CB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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