Html Css Color HEX #67BFBC Fountain Blue

📋 copy color: '#67BFBC'

red 103 ◦ green 191 ◦ blue 188

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

Shades of Fountain Blue #67BFBC

Tints of Fountain Blue #67BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 21.37%
G = 39.63%
B = 39%

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

#67BFBC (or 0x67BFBC) is known color: Fountain Blue. HEX triplet: 67, BF and BC. RGB value is (103,191,188). Sum of RGB (Red+Green+Blue) = 103+191+188=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFBC is #984043. Grayscale: #A4A4A4. Windows color (decimal): -9977924 or 12369767. OLE color: 12369767.

HSL color Cylindrical-coordinate representation of color #67BFBC: hue angle of 177.95º 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 #67BFBC is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 191 188 -
CMYK 0.46 0 0.02 0.25
HSL 177.95º 0.41% 0.58% -
HSV(B) 177.95º 0.46% 0.75% -
XYZ 33.3 43.78 54.27 -
YUV 164.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 103 191 188 0.46 0 0.02 0.25 177.95 0.41 0.58
Hex 67 BF BC 2E 0 2 19 B2 29 3A
Octal 147 277 274 56 0 2 31 262 51 72
Binary 1100111 10111111 10111100 101110 0 10 11001 10110010 101001 111010

Color Harmonies of #67BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFBC

Black with #67BFBC

Text Example


Text Example

White with #67BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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