#67BBBE

Color #67BBBE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #67BBBE

Tints of Fountain Blue #67BBBE

Color information

#67BBBE (or 0x67BBBE) is unknown color: approx Fountain Blue. HEX triplet: 67, BB and BE. RGB value is (103,187,190). Sum of RGB (Red+Green+Blue) = 103+187+190=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #67BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBBE is #984441. Grayscale: #A2A2A2. Windows color (decimal): -9978946 or 12499815. OLE color: 12499815.

HSL color Cylindrical-coordinate representation of color #67BBBE: hue angle of 182.07º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BBBE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103187190-
CMYK0.460.0200.25
HSL182.07º40.09%57.45%-
HSV(B)182.07º45.79%74.51%-
XYZ32.6642.1455.13-
YUV162.23143.6785.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.46%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=21.46%
G=38.96%
B=39.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031871900.460.0200.25182.0740.0957.45
Hex67BBBE2E2019b62839
Octal1472732765620312665071
Binary110011110111011101111101011101001100110110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67BBBE;
 }
 .AnyTagClassName
 {
   color: #67BBBE;
 }
</style>
background-color css

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

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

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

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

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

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