Html Css Color HEX #67BFBB Fountain Blue

📋 copy color: '#67BFBB'

red 103 ◦ green 191 ◦ blue 187

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

Shades of Fountain Blue #67BFBB

Tints of Fountain Blue #67BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

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

R = 21.41%
G = 39.71%
B = 38.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#67BFBB (or 0x67BFBB) is known color: Fountain Blue. HEX triplet: 67, BF and BB. RGB value is (103,191,187). Sum of RGB (Red+Green+Blue) = 103+191+187=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFBB is #984044. Grayscale: #A4A4A4. Windows color (decimal): -9977925 or 12304231. OLE color: 12304231.

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

Color convert

RGB 103 191 187 -
CMYK 0.46 0 0.02 0.25
HSL 177.27º 0.41% 0.58% -
HSV(B) 177.27º 0.46% 0.75% -
XYZ 33.19 43.73 53.71 -
YUV 164.23 140.85 84.33 -
System Red Green Blue C M Y K H S L
Decimal 103 191 187 0.46 0 0.02 0.25 177.27 0.41 0.58
Hex 67 BF BB 2E 0 2 19 B1 29 3A
Octal 147 277 273 56 0 2 31 261 51 72
Binary 1100111 10111111 10111011 101110 0 10 11001 10110001 101001 111010

Color Harmonies of #67BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFBB

Black with #67BFBB

Text Example


Text Example

White with #67BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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