Html Css Color HEX #4C857F Breaker Bay

📋 copy color: '#4C857F'

red 76 ◦ green 133 ◦ blue 127

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

Shades of Breaker Bay #4C857F

Tints of Breaker Bay #4C857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 22.62%
G = 39.58%
B = 37.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#4C857F (or 0x4C857F) is known color: Breaker Bay. HEX triplet: 4C, 85 and 7F. RGB value is (76,133,127). Sum of RGB (Red+Green+Blue) = 76+133+127=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #4C857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C857F is #B37A80. Grayscale: #737373. Windows color (decimal): -11762305 or 8357196. OLE color: 8357196.

HSL color Cylindrical-coordinate representation of color #4C857F: hue angle of 173.68º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C857F is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 133 127 -
CMYK 0.43 0 0.05 0.48
HSL 173.68º 0.27% 0.41% -
HSV(B) 173.68º 0.43% 0.52% -
XYZ 15.2 19.84 23.11 -
YUV 115.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 76 133 127 0.43 0 0.05 0.48 173.68 0.27 0.41
Hex 4C 85 7F 2B 0 5 30 AE 1B 29
Octal 114 205 177 53 0 5 60 256 33 51
Binary 1001100 10000101 1111111 101011 0 101 110000 10101110 11011 101001

Color Harmonies of #4C857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C857F

Black with #4C857F

Text Example


Text Example

White with #4C857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,133,127); }

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

background-color css

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

 a { background-color: rgb(76,133,127); }

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

border-color css

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

 span { border-color: rgb(76,133,127); }

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