Html Css Color HEX #67BABB Fountain Blue

📋 copy color: '#67BABB'

red 103 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #67BABB

Tints of Fountain Blue #67BABB

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 103 186 187 -
CMYK 0.45 0.01 0 0.27
HSL 180.71º 0.38% 0.57% -
HSV(B) 180.71º 0.45% 0.73% -
XYZ 32.12 41.59 53.35 -
YUV 161.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 103 186 187 0.45 0.01 0 0.27 180.71 0.38 0.57
Hex 67 BA BB 2D 1 0 1B B5 26 39
Octal 147 272 273 55 1 0 33 265 46 71
Binary 1100111 10111010 10111011 101101 1 0 11011 10110101 100110 111001

Color Harmonies of #67BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BABB

Black with #67BABB

Text Example


Text Example

White with #67BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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