Html Css Color HEX #4CB5AD Puerto Rico

📋 copy color: '#4CB5AD'

red 76 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #4CB5AD

Tints of Puerto Rico #4CB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.09%

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

R = 17.67%
G = 42.09%
B = 40.23%

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

#4CB5AD (or 0x4CB5AD) is known color: Puerto Rico. HEX triplet: 4C, B5 and AD. RGB value is (76,181,173). Sum of RGB (Red+Green+Blue) = 76+181+173=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB5AD is #B34A52. Grayscale: #949494. Windows color (decimal): -11749971 or 11384140. OLE color: 11384140.

HSL color Cylindrical-coordinate representation of color #4CB5AD: hue angle of 175.43º degrees, saturation: 0.42, 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 #4CB5AD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 181 173 -
CMYK 0.58 0 0.04 0.29
HSL 175.43º 0.42% 0.5% -
HSV(B) 175.43º 0.58% 0.71% -
XYZ 27.05 37.6 45.37 -
YUV 148.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 76 181 173 0.58 0 0.04 0.29 175.43 0.42 0.5
Hex 4C B5 AD 3A 0 4 1D AF 2A 32
Octal 114 265 255 72 0 4 35 257 52 62
Binary 1001100 10110101 10101101 111010 0 100 11101 10101111 101010 110010

Color Harmonies of #4CB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB5AD

Black with #4CB5AD

Text Example


Text Example

White with #4CB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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