Html Css Color HEX #4CB697 Puerto Rico

📋 copy color: '#4CB697'

red 76 ◦ green 182 ◦ blue 151

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

Shades of Puerto Rico #4CB697

Tints of Puerto Rico #4CB697

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 18.58%
G = 44.5%
B = 36.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#4CB697 (or 0x4CB697) is known color: Puerto Rico. HEX triplet: 4C, B6 and 97. RGB value is (76,182,151). Sum of RGB (Red+Green+Blue) = 76+182+151=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB697 is #B34968. Grayscale: #929292. Windows color (decimal): -11749737 or 9942604. OLE color: 9942604.

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

Color convert

RGB 76 182 151 -
CMYK 0.58 0 0.17 0.29
HSL 162.45º 0.42% 0.51% -
HSV(B) 162.45º 0.58% 0.71% -
XYZ 25.29 37.23 35.13 -
YUV 146.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 76 182 151 0.58 0 0.17 0.29 162.45 0.42 0.51
Hex 4C B6 97 3A 0 11 1D A2 2A 33
Octal 114 266 227 72 0 21 35 242 52 63
Binary 1001100 10110110 10010111 111010 0 10001 11101 10100010 101010 110011

Color Harmonies of #4CB697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB697

Black with #4CB697

Text Example


Text Example

White with #4CB697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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