Html Css Color HEX #67BDBB Fountain Blue

📋 copy color: '#67BDBB'

red 103 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #67BDBB

Tints of Fountain Blue #67BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

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

R = 21.5%
G = 39.46%
B = 39.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#67BDBB (or 0x67BDBB) is known color: Fountain Blue. HEX triplet: 67, BD and BB. RGB value is (103,189,187). Sum of RGB (Red+Green+Blue) = 103+189+187=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #67BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDBB is #984244. Grayscale: #A2A2A2. Windows color (decimal): -9978437 or 12303719. OLE color: 12303719.

HSL color Cylindrical-coordinate representation of color #67BDBB: hue angle of 178.6º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BDBB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 189 187 -
CMYK 0.46 0 0.01 0.26
HSL 178.6º 0.39% 0.57% -
HSV(B) 178.6º 0.46% 0.74% -
XYZ 32.76 42.87 53.56 -
YUV 163.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 103 189 187 0.46 0 0.01 0.26 178.6 0.39 0.57
Hex 67 BD BB 2E 0 1 1A B3 27 39
Octal 147 275 273 56 0 1 32 263 47 71
Binary 1100111 10111101 10111011 101110 0 1 11010 10110011 100111 111001

Color Harmonies of #67BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDBB

Black with #67BDBB

Text Example


Text Example

White with #67BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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