Html Css Color HEX #618180 Breaker Bay

📋 copy color: '#618180'

red 97 ◦ green 129 ◦ blue 128

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

Shades of Breaker Bay #618180

Tints of Breaker Bay #618180

RGB

 RED value IS 97 (38.28% from 255) = 27.4%

 GREEN value IS 129 (50.78% from 255) = 36.44%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 27.4%
G = 36.44%
B = 36.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#618180 (or 0x618180) is known color: Breaker Bay. HEX triplet: 61, 81 and 80. RGB value is (97,129,128). Sum of RGB (Red+Green+Blue) = 97+129+128=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #618180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618180 is #9E7E7F. Grayscale: #777777. Windows color (decimal): -10387072 or 8421729. OLE color: 8421729.

HSL color Cylindrical-coordinate representation of color #618180: hue angle of 178.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618180 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 128 -
CMYK 0.25 0 0.01 0.49
HSL 178.13º 0.14% 0.44% -
HSV(B) 178.13º 0.25% 0.51% -
XYZ 16.68 19.8 23.37 -
YUV 119.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 97 129 128 0.25 0 0.01 0.49 178.13 0.14 0.44
Hex 61 81 80 19 0 1 31 B2 E 2C
Octal 141 201 200 31 0 1 61 262 16 54
Binary 1100001 10000001 10000000 11001 0 1 110001 10110010 1110 101100

Color Harmonies of #618180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618180

Black with #618180

Text Example


Text Example

White with #618180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618180; }

 p { color: rgb(97,129,128); }

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

background-color css

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

 a { background-color: rgb(97,129,128); }

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

border-color css

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

 span { border-color: rgb(97,129,128); }

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