Html Css Color HEX #67AAAB Fountain Blue

📋 copy color: '#67AAAB'

red 103 ◦ green 170 ◦ blue 171

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

Shades of Fountain Blue #67AAAB

Tints of Fountain Blue #67AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.29%

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

R = 23.2%
G = 38.29%
B = 38.51%

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

#67AAAB (or 0x67AAAB) is known color: Fountain Blue. HEX triplet: 67, AA and AB. RGB value is (103,170,171). Sum of RGB (Red+Green+Blue) = 103+170+171=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #67AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AAAB is #985554. Grayscale: #969696. Windows color (decimal): -9983317 or 11250279. OLE color: 11250279.

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

Color convert

RGB 103 170 171 -
CMYK 0.40 0.01 0 0.33
HSL 180.88º 0.29% 0.54% -
HSV(B) 180.88º 0.4% 0.67% -
XYZ 27.32 34.57 43.76 -
YUV 150.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 103 170 171 0.40 0.01 0 0.33 180.88 0.29 0.54
Hex 67 AA AB 28 1 0 21 B5 1D 36
Octal 147 252 253 50 1 0 41 265 35 66
Binary 1100111 10101010 10101011 101000 1 0 100001 10110101 11101 110110

Color Harmonies of #67AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAAB

Black with #67AAAB

Text Example


Text Example

White with #67AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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