Html Css Color HEX #4CB4AD Puerto Rico

📋 copy color: '#4CB4AD'

red 76 ◦ green 180 ◦ blue 173

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

Shades of Puerto Rico #4CB4AD

Tints of Puerto Rico #4CB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 17.72%
G = 41.96%
B = 40.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#4CB4AD (or 0x4CB4AD) is known color: Puerto Rico. HEX triplet: 4C, B4 and AD. RGB value is (76,180,173). Sum of RGB (Red+Green+Blue) = 76+180+173=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB4AD is #B34B52. Grayscale: #949494. Windows color (decimal): -11750227 or 11383884. OLE color: 11383884.

HSL color Cylindrical-coordinate representation of color #4CB4AD: hue angle of 175.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB4AD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 173 -
CMYK 0.58 0 0.04 0.29
HSL 175.96º 0.41% 0.5% -
HSV(B) 175.96º 0.58% 0.71% -
XYZ 26.84 37.2 45.3 -
YUV 148.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 76 180 173 0.58 0 0.04 0.29 175.96 0.41 0.5
Hex 4C B4 AD 3A 0 4 1D B0 29 32
Octal 114 264 255 72 0 4 35 260 51 62
Binary 1001100 10110100 10101101 111010 0 100 11101 10110000 101001 110010

Color Harmonies of #4CB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB4AD

Black with #4CB4AD

Text Example


Text Example

White with #4CB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,173); }

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

background-color css

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

 a { background-color: rgb(76,180,173); }

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

border-color css

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

 span { border-color: rgb(76,180,173); }

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