Html Css Color HEX #67ACAB Fountain Blue

📋 copy color: '#67ACAB'

red 103 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #67ACAB

Tints of Fountain Blue #67ACAB

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #67ACAB: hue angle of 179.13º 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 #67ACAB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 172 171 -
CMYK 0.40 0 0.01 0.33
HSL 179.13º 0.29% 0.54% -
HSV(B) 179.13º 0.4% 0.67% -
XYZ 27.7 35.33 43.89 -
YUV 151.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 103 172 171 0.40 0 0.01 0.33 179.13 0.29 0.54
Hex 67 AC AB 28 0 1 21 B3 1D 36
Octal 147 254 253 50 0 1 41 263 35 66
Binary 1100111 10101100 10101011 101000 0 1 100001 10110011 11101 110110

Color Harmonies of #67ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACAB

Black with #67ACAB

Text Example


Text Example

White with #67ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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