Html Css Color HEX #67BBBA Fountain Blue

📋 copy color: '#67BBBA'

red 103 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #67BBBA

Tints of Fountain Blue #67BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 21.64%
G = 39.29%
B = 39.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#67BBBA (or 0x67BBBA) is known color: Fountain Blue. HEX triplet: 67, BB and BA. RGB value is (103,187,186). Sum of RGB (Red+Green+Blue) = 103+187+186=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBBA is #984445. Grayscale: #A1A1A1. Windows color (decimal): -9978950 or 12237671. OLE color: 12237671.

HSL color Cylindrical-coordinate representation of color #67BBBA: hue angle of 179.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BBBA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 187 186 -
CMYK 0.45 0 0.01 0.27
HSL 179.29º 0.38% 0.57% -
HSV(B) 179.29º 0.45% 0.73% -
XYZ 32.23 41.97 52.86 -
YUV 161.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 103 187 186 0.45 0 0.01 0.27 179.29 0.38 0.57
Hex 67 BB BA 2D 0 1 1B B3 26 39
Octal 147 273 272 55 0 1 33 263 46 71
Binary 1100111 10111011 10111010 101101 0 1 11011 10110011 100110 111001

Color Harmonies of #67BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBBA

Black with #67BBBA

Text Example


Text Example

White with #67BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,187,186); }

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

background-color css

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

 a { background-color: rgb(103,187,186); }

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

border-color css

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

 span { border-color: rgb(103,187,186); }

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