Html Css Color HEX #4CB097 Puerto Rico

📋 copy color: '#4CB097'

red 76 ◦ green 176 ◦ blue 151

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

Shades of Puerto Rico #4CB097

Tints of Puerto Rico #4CB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 18.86%
G = 43.67%
B = 37.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#4CB097 (or 0x4CB097) is known color: Puerto Rico. HEX triplet: 4C, B0 and 97. RGB value is (76,176,151). Sum of RGB (Red+Green+Blue) = 76+176+151=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB097 is #B34F68. Grayscale: #8F8F8F. Windows color (decimal): -11751273 or 9941068. OLE color: 9941068.

HSL color Cylindrical-coordinate representation of color #4CB097: hue angle of 165º 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 #4CB097 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 176 151 -
CMYK 0.57 0 0.14 0.31
HSL 165º 0.4% 0.49% -
HSV(B) 165º 0.57% 0.69% -
XYZ 24.09 34.82 34.73 -
YUV 143.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 76 176 151 0.57 0 0.14 0.31 165 0.4 0.49
Hex 4C B0 97 39 0 E 1F A5 28 31
Octal 114 260 227 71 0 16 37 245 50 61
Binary 1001100 10110000 10010111 111001 0 1110 11111 10100101 101000 110001

Color Harmonies of #4CB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB097

Black with #4CB097

Text Example


Text Example

White with #4CB097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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