Html Css Color HEX #43827C Breaker Bay

📋 copy color: '#43827C'

red 67 ◦ green 130 ◦ blue 124

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

Shades of Breaker Bay #43827C

Tints of Breaker Bay #43827C

RGB

 RED value IS 67 (26.56% from 255) = 20.87%

 GREEN value IS 130 (51.17% from 255) = 40.5%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 20.87%
G = 40.5%
B = 38.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#43827C (or 0x43827C) is known color: Breaker Bay. HEX triplet: 43, 82 and 7C. RGB value is (67,130,124). Sum of RGB (Red+Green+Blue) = 67+130+124=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #43827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43827C is #BC7D83. Grayscale: #6E6E6E. Windows color (decimal): -12352900 or 8159811. OLE color: 8159811.

HSL color Cylindrical-coordinate representation of color #43827C: hue angle of 174.29º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43827C is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 130 124 -
CMYK 0.48 0 0.05 0.49
HSL 174.29º 0.32% 0.39% -
HSV(B) 174.29º 0.48% 0.51% -
XYZ 13.94 18.61 21.93 -
YUV 110.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 67 130 124 0.48 0 0.05 0.49 174.29 0.32 0.39
Hex 43 82 7C 30 0 5 31 AE 20 27
Octal 103 202 174 60 0 5 61 256 40 47
Binary 1000011 10000010 1111100 110000 0 101 110001 10101110 100000 100111

Color Harmonies of #43827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43827C

Black with #43827C

Text Example


Text Example

White with #43827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43827C; }

 p { color: rgb(67,130,124); }

 H1.HeaderClassName
 {
   color: #43827C;
 }
 .AnyTagClassName
 {
   color: #43827C;
 }
</style>

background-color css

<style>
 a { background-color: #43827C; }

 a { background-color: rgb(67,130,124); }

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

border-color css

<style>
 span { border-color: #43827C; }

 span { border-color: rgb(67,130,124); }

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