Html Css Color HEX #67ABAC Fountain Blue

📋 copy color: '#67ABAC'

red 103 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #67ABAC

Tints of Fountain Blue #67ABAC

RGB

 RED value IS 103 (40.63% from 255) = 23.09%

 GREEN value IS 171 (67.19% from 255) = 38.34%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 23.09%
G = 38.34%
B = 38.57%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#67ABAC (or 0x67ABAC) is known color: Fountain Blue. HEX triplet: 67, AB and AC. RGB value is (103,171,172). Sum of RGB (Red+Green+Blue) = 103+171+172=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #67ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABAC is #985453. Grayscale: #969696. Windows color (decimal): -9983060 or 11316071. OLE color: 11316071.

HSL color Cylindrical-coordinate representation of color #67ABAC: hue angle of 180.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ABAC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 171 172 -
CMYK 0.40 0.01 0 0.33
HSL 180.87º 0.29% 0.54% -
HSV(B) 180.87º 0.4% 0.67% -
XYZ 27.6 34.99 44.33 -
YUV 150.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 103 171 172 0.40 0.01 0 0.33 180.87 0.29 0.54
Hex 67 AB AC 28 1 0 21 B5 1D 36
Octal 147 253 254 50 1 0 41 265 35 66
Binary 1100111 10101011 10101100 101000 1 0 100001 10110101 11101 110110

Color Harmonies of #67ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABAC

Black with #67ABAC

Text Example


Text Example

White with #67ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67ABAC; }

 p { color: rgb(103,171,172); }

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

background-color css

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

 a { background-color: rgb(103,171,172); }

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

border-color css

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

 span { border-color: rgb(103,171,172); }

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