Html Css Color HEX #4CB0AD Puerto Rico

📋 copy color: '#4CB0AD'

red 76 ◦ green 176 ◦ blue 173

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

Shades of Puerto Rico #4CB0AD

Tints of Puerto Rico #4CB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 17.88%
G = 41.41%
B = 40.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#4CB0AD (or 0x4CB0AD) is known color: Puerto Rico. HEX triplet: 4C, B0 and AD. RGB value is (76,176,173). Sum of RGB (Red+Green+Blue) = 76+176+173=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB0AD is #B34F52. Grayscale: #919191. Windows color (decimal): -11751251 or 11382860. OLE color: 11382860.

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

Color convert

RGB 76 176 173 -
CMYK 0.57 0 0.02 0.31
HSL 178.2º 0.4% 0.49% -
HSV(B) 178.2º 0.57% 0.69% -
XYZ 26.05 35.6 45.03 -
YUV 145.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 76 176 173 0.57 0 0.02 0.31 178.2 0.4 0.49
Hex 4C B0 AD 39 0 2 1F B2 28 31
Octal 114 260 255 71 0 2 37 262 50 61
Binary 1001100 10110000 10101101 111001 0 10 11111 10110010 101000 110001

Color Harmonies of #4CB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB0AD

Black with #4CB0AD

Text Example


Text Example

White with #4CB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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