Html Css Color HEX #67B7BE Fountain Blue

📋 copy color: '#67B7BE'

red 103 ◦ green 183 ◦ blue 190

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

Shades of Fountain Blue #67B7BE

Tints of Fountain Blue #67B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.45%

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 21.64%
G = 38.45%
B = 39.92%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#67B7BE (or 0x67B7BE) is known color: Fountain Blue. HEX triplet: 67, B7 and BE. RGB value is (103,183,190). Sum of RGB (Red+Green+Blue) = 103+183+190=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B7BE is #984841. Grayscale: #9F9F9F. Windows color (decimal): -9979970 or 12498791. OLE color: 12498791.

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

Color convert

RGB 103 183 190 -
CMYK 0.46 0.04 0 0.25
HSL 184.83º 0.4% 0.57% -
HSV(B) 184.83º 0.46% 0.75% -
XYZ 31.82 40.47 54.85 -
YUV 159.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 103 183 190 0.46 0.04 0 0.25 184.83 0.4 0.57
Hex 67 B7 BE 2E 4 0 19 B9 28 39
Octal 147 267 276 56 4 0 31 271 50 71
Binary 1100111 10110111 10111110 101110 100 0 11001 10111001 101000 111001

Color Harmonies of #67B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B7BE

Black with #67B7BE

Text Example


Text Example

White with #67B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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