Html Css Color HEX #67AAB8 Fountain Blue

📋 copy color: '#67AAB8'

red 103 ◦ green 170 ◦ blue 184

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

Shades of Fountain Blue #67AAB8

Tints of Fountain Blue #67AAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 22.54%
G = 37.2%
B = 40.26%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#67AAB8 (or 0x67AAB8) is known color: Fountain Blue. HEX triplet: 67, AA and B8. RGB value is (103,170,184). Sum of RGB (Red+Green+Blue) = 103+170+184=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #67AAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAB8 is #985547. Grayscale: #979797. Windows color (decimal): -9983304 or 12102247. OLE color: 12102247.

HSL color Cylindrical-coordinate representation of color #67AAB8: hue angle of 190.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67AAB8 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 103 170 184 -
CMYK 0.44 0.08 0 0.28
HSL 190.37º 0.36% 0.56% -
HSV(B) 190.37º 0.44% 0.72% -
XYZ 28.62 35.09 50.61 -
YUV 151.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 103 170 184 0.44 0.08 0 0.28 190.37 0.36 0.56
Hex 67 AA B8 2C 8 0 1C BE 24 38
Octal 147 252 270 54 10 0 34 276 44 70
Binary 1100111 10101010 10111000 101100 1000 0 11100 10111110 100100 111000

Color Harmonies of #67AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAB8

Black with #67AAB8

Text Example


Text Example

White with #67AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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